diff options
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index f3c5e366a..206b3e05e 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | #include <unordered_map> | 8 | #include <unordered_map> |
| 9 | #include <vector> | 9 | #include <vector> |
| 10 | #include "common/common_types.h" | 10 | #include "common/common_types.h" |
| 11 | #include "core/hle/service/nvflinger/buffer_queue.h" | ||
| 11 | #include "video_core/memory_manager.h" | 12 | #include "video_core/memory_manager.h" |
| 12 | 13 | ||
| 13 | namespace Tegra { | 14 | namespace Tegra { |
| @@ -38,7 +39,9 @@ struct FramebufferConfig { | |||
| 38 | u32 height; | 39 | u32 height; |
| 39 | u32 stride; | 40 | u32 stride; |
| 40 | PixelFormat pixel_format; | 41 | PixelFormat pixel_format; |
| 41 | bool flip_vertical; | 42 | |
| 43 | using TransformFlags = Service::NVFlinger::BufferQueue::BufferTransformFlags; | ||
| 44 | TransformFlags transform_flags; | ||
| 42 | }; | 45 | }; |
| 43 | 46 | ||
| 44 | namespace Engines { | 47 | namespace Engines { |