diff options
Diffstat (limited to 'src/video_core/framebuffer_config.h')
| -rw-r--r-- | src/video_core/framebuffer_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/framebuffer_config.h b/src/video_core/framebuffer_config.h index 5f3bffcab..856f4bd52 100644 --- a/src/video_core/framebuffer_config.h +++ b/src/video_core/framebuffer_config.h | |||
| @@ -14,7 +14,7 @@ namespace Tegra { | |||
| 14 | * Struct describing framebuffer configuration | 14 | * Struct describing framebuffer configuration |
| 15 | */ | 15 | */ |
| 16 | struct FramebufferConfig { | 16 | struct FramebufferConfig { |
| 17 | VAddr address{}; | 17 | DAddr address{}; |
| 18 | u32 offset{}; | 18 | u32 offset{}; |
| 19 | u32 width{}; | 19 | u32 width{}; |
| 20 | u32 height{}; | 20 | u32 height{}; |