diff options
| author | 2017-01-28 13:27:24 -0800 | |
|---|---|---|
| committer | 2017-02-04 13:59:12 -0800 | |
| commit | 5759d94b5c5b11af426668d046d206839bc5e802 (patch) | |
| tree | 971681341d1134533fd485e20cfe4863aa34ce27 /src/video_core/regs_framebuffer.h | |
| parent | VideoCore: Split shader regs from Regs struct (diff) | |
| download | yuzu-5759d94b5c5b11af426668d046d206839bc5e802.tar.gz yuzu-5759d94b5c5b11af426668d046d206839bc5e802.tar.xz yuzu-5759d94b5c5b11af426668d046d206839bc5e802.zip | |
VideoCore: Move Regs to its own file
Diffstat (limited to 'src/video_core/regs_framebuffer.h')
| -rw-r--r-- | src/video_core/regs_framebuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/regs_framebuffer.h b/src/video_core/regs_framebuffer.h index 40d8aea0c..366782080 100644 --- a/src/video_core/regs_framebuffer.h +++ b/src/video_core/regs_framebuffer.h | |||
| @@ -6,9 +6,11 @@ | |||
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | 8 | ||
| 9 | #include "common/assert.h" | ||
| 9 | #include "common/bit_field.h" | 10 | #include "common/bit_field.h" |
| 10 | #include "common/common_funcs.h" | 11 | #include "common/common_funcs.h" |
| 11 | #include "common/common_types.h" | 12 | #include "common/common_types.h" |
| 13 | #include "common/logging/log.h" | ||
| 12 | 14 | ||
| 13 | namespace Pica { | 15 | namespace Pica { |
| 14 | 16 | ||