Shader: Move shader code to its own subdirectory, "shader".
This commit is contained in:
parent
f622a78544
commit
2d100ebae3
10 changed files with 13 additions and 13 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "pica.h"
|
||||
#include "primitive_assembly.h"
|
||||
#include "renderer_base.h"
|
||||
#include "shader_interpreter.h"
|
||||
#include "shader/shader_interpreter.h"
|
||||
#include "video_core.h"
|
||||
|
||||
namespace Pica {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue