Skip to content

Commit 83bce1d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/graphics/rsx_Basic_Cube/source/rsxutil.cpp

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

3535
static u32 sResolutionIds[] = {
36-
VIDEO_RESOLUTION_960x1080,
36+
VIDEO_RESOLUTION_1080,
3737
VIDEO_RESOLUTION_720,
3838
VIDEO_RESOLUTION_480,
3939
VIDEO_RESOLUTION_576

0 commit comments

Comments
 (0)