diff options
Diffstat (limited to 'src/video_core/swrasterizer')
| -rw-r--r-- | src/video_core/swrasterizer/lighting.cpp (renamed from src/video_core/swrasterizer/fragment_lighting.cpp) | 2 | ||||
| -rw-r--r-- | src/video_core/swrasterizer/lighting.h (renamed from src/video_core/swrasterizer/fragment_lighting.h) | 0 | ||||
| -rw-r--r-- | src/video_core/swrasterizer/rasterizer.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/swrasterizer/fragment_lighting.cpp b/src/video_core/swrasterizer/lighting.cpp index 45a86b5cd..63088eee8 100644 --- a/src/video_core/swrasterizer/fragment_lighting.cpp +++ b/src/video_core/swrasterizer/lighting.cpp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "common/math_util.h" | 5 | #include "common/math_util.h" |
| 6 | #include "video_core/swrasterizer/fragment_lighting.h" | 6 | #include "video_core/swrasterizer/lighting.h" |
| 7 | 7 | ||
| 8 | namespace Pica { | 8 | namespace Pica { |
| 9 | 9 | ||
diff --git a/src/video_core/swrasterizer/fragment_lighting.h b/src/video_core/swrasterizer/lighting.h index 438dca926..438dca926 100644 --- a/src/video_core/swrasterizer/fragment_lighting.h +++ b/src/video_core/swrasterizer/lighting.h | |||
diff --git a/src/video_core/swrasterizer/rasterizer.cpp b/src/video_core/swrasterizer/rasterizer.cpp index bc7e1c56c..fdc1df199 100644 --- a/src/video_core/swrasterizer/rasterizer.cpp +++ b/src/video_core/swrasterizer/rasterizer.cpp | |||
| @@ -24,8 +24,8 @@ | |||
| 24 | #include "video_core/regs_rasterizer.h" | 24 | #include "video_core/regs_rasterizer.h" |
| 25 | #include "video_core/regs_texturing.h" | 25 | #include "video_core/regs_texturing.h" |
| 26 | #include "video_core/shader/shader.h" | 26 | #include "video_core/shader/shader.h" |
| 27 | #include "video_core/swrasterizer/fragment_lighting.h" | ||
| 28 | #include "video_core/swrasterizer/framebuffer.h" | 27 | #include "video_core/swrasterizer/framebuffer.h" |
| 28 | #include "video_core/swrasterizer/lighting.h" | ||
| 29 | #include "video_core/swrasterizer/proctex.h" | 29 | #include "video_core/swrasterizer/proctex.h" |
| 30 | #include "video_core/swrasterizer/rasterizer.h" | 30 | #include "video_core/swrasterizer/rasterizer.h" |
| 31 | #include "video_core/swrasterizer/texturing.h" | 31 | #include "video_core/swrasterizer/texturing.h" |