Skip to content

Commit 9f1c338

Browse files
authored
fixed VIDEO_RESOLUTION_1080 inside rsxutil.cpp
1 parent 83bce1d commit 9f1c338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/graphics/rsx_Basic/source/rsxutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ u32 *color_buffer[FRAME_BUFFER_COUNT];
3232
f32 aspect_ratio;
3333

3434
static u32 sResolutionIds[] = {
35-
VIDEO_RESOLUTION_960x1080,
35+
VIDEO_RESOLUTION_1080,
3636
VIDEO_RESOLUTION_720,
3737
VIDEO_RESOLUTION_480,
3838
VIDEO_RESOLUTION_576

0 commit comments

Comments
 (0)