aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/duckstation/window_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/duckstation/window_info.h')
-rw-r--r--src/frontend/duckstation/window_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/duckstation/window_info.h b/src/frontend/duckstation/window_info.h
index 44912ca..4352617 100644
--- a/src/frontend/duckstation/window_info.h
+++ b/src/frontend/duckstation/window_info.h
@@ -28,8 +28,8 @@ struct WindowInfo
Type type = Type::Surfaceless;
void* display_connection = nullptr;
void* window_handle = nullptr;
- u32 surface_width = 0;
- u32 surface_height = 0;
+ melonDS::u32 surface_width = 0;
+ melonDS::u32 surface_height = 0;
float surface_refresh_rate = 0.0f;
float surface_scale = 1.0f;
SurfaceFormat surface_format = SurfaceFormat::RGB8;