diff options
| author | 2015-07-21 19:09:11 -0400 | |
|---|---|---|
| committer | 2015-08-15 17:33:42 -0400 | |
| commit | 18527b9e21a95445fbee45fea29f674fbdd2aae1 (patch) | |
| tree | bf037c3877e288b561cd7f075c24d3ce8e449a85 /src/video_core/clipper.cpp | |
| parent | GPU: Refactor "VertexShader" namespace to "Shader". (diff) | |
| download | yuzu-18527b9e21a95445fbee45fea29f674fbdd2aae1.tar.gz yuzu-18527b9e21a95445fbee45fea29f674fbdd2aae1.tar.xz yuzu-18527b9e21a95445fbee45fea29f674fbdd2aae1.zip | |
Shader: Move shader code to its own subdirectory, "shader".
Diffstat (limited to 'src/video_core/clipper.cpp')
| -rw-r--r-- | src/video_core/clipper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/clipper.cpp b/src/video_core/clipper.cpp index e397ca2e8..bb6048cc0 100644 --- a/src/video_core/clipper.cpp +++ b/src/video_core/clipper.cpp | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | #include "clipper.h" | 7 | #include "clipper.h" |
| 8 | #include "pica.h" | 8 | #include "pica.h" |
| 9 | #include "rasterizer.h" | 9 | #include "rasterizer.h" |
| 10 | #include "shader_interpreter.h" | 10 | #include "shader/shader_interpreter.h" |
| 11 | 11 | ||
| 12 | namespace Pica { | 12 | namespace Pica { |
| 13 | 13 | ||