diff options
| author | 2017-01-28 15:12:09 -0800 | |
|---|---|---|
| committer | 2017-02-09 00:04:24 -0800 | |
| commit | 60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9 (patch) | |
| tree | 91878a10f8e5a81762c8b6f7b2182b990ecb1e6e /src/video_core/shader/shader.cpp | |
| parent | Pica/Regs: Use binary search to look up reg names (diff) | |
| download | yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.gz yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.xz yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.zip | |
VideoCore: Split regs.h inclusions
Diffstat (limited to 'src/video_core/shader/shader.cpp')
| -rw-r--r-- | src/video_core/shader/shader.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/shader/shader.cpp b/src/video_core/shader/shader.cpp index c860375a1..b42fa3cb4 100644 --- a/src/video_core/shader/shader.cpp +++ b/src/video_core/shader/shader.cpp | |||
| @@ -8,7 +8,8 @@ | |||
| 8 | #include "common/logging/log.h" | 8 | #include "common/logging/log.h" |
| 9 | #include "common/microprofile.h" | 9 | #include "common/microprofile.h" |
| 10 | #include "video_core/pica_state.h" | 10 | #include "video_core/pica_state.h" |
| 11 | #include "video_core/regs.h" | 11 | #include "video_core/regs_rasterizer.h" |
| 12 | #include "video_core/regs_shader.h" | ||
| 12 | #include "video_core/shader/shader.h" | 13 | #include "video_core/shader/shader.h" |
| 13 | #include "video_core/shader/shader_interpreter.h" | 14 | #include "video_core/shader/shader_interpreter.h" |
| 14 | #ifdef ARCHITECTURE_x86_64 | 15 | #ifdef ARCHITECTURE_x86_64 |