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/rasterizer.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/rasterizer.cpp')
| -rw-r--r-- | src/video_core/rasterizer.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_core/rasterizer.cpp b/src/video_core/rasterizer.cpp index ca09c9d0e..83a08ebd7 100644 --- a/src/video_core/rasterizer.cpp +++ b/src/video_core/rasterizer.cpp | |||
| @@ -19,7 +19,9 @@ | |||
| 19 | #include "video_core/pica_state.h" | 19 | #include "video_core/pica_state.h" |
| 20 | #include "video_core/pica_types.h" | 20 | #include "video_core/pica_types.h" |
| 21 | #include "video_core/rasterizer.h" | 21 | #include "video_core/rasterizer.h" |
| 22 | #include "video_core/regs.h" | 22 | #include "video_core/regs_framebuffer.h" |
| 23 | #include "video_core/regs_rasterizer.h" | ||
| 24 | #include "video_core/regs_texturing.h" | ||
| 23 | #include "video_core/shader/shader.h" | 25 | #include "video_core/shader/shader.h" |
| 24 | #include "video_core/texture/texture_decode.h" | 26 | #include "video_core/texture/texture_decode.h" |
| 25 | #include "video_core/utils.h" | 27 | #include "video_core/utils.h" |