Skip to content

Commit

Permalink
Fixed Switch resolution option bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mode8fx committed Oct 5, 2021

Verified

This commit was signed with the committer’s verified signature.
ssbarnea Sorin Sbarnea
1 parent c8fc03d commit 324860d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuDokuLVS2019/src/main.cpp
Original file line number Diff line number Diff line change
@@ -51,8 +51,8 @@ const Uint16 RESOLUTION_OPTIONS_HEIGHT_21_9[1] = { 410 };
#elif defined(SWITCH)
const Uint16 RESOLUTION_OPTIONS_WIDTH_4_3[9] = { 320, 640, 720, 800, 960, 1024, 1152, 1280, 1440 };
const Uint16 RESOLUTION_OPTIONS_HEIGHT_4_3[9] = { 240, 480, 576, 600, 720, 768, 864, 960, 1080 };
const Uint16 RESOLUTION_OPTIONS_WIDTH_16_9[18] = { 480, 854, 960, 1176, 1280, 1360, 1600, 1920 };
const Uint16 RESOLUTION_OPTIONS_HEIGHT_16_9[18] = { 272, 480, 544, 664, 720, 768, 900, 1080 };
const Uint16 RESOLUTION_OPTIONS_WIDTH_16_9[8] = { 480, 854, 960, 1176, 1280, 1360, 1600, 1920 };
const Uint16 RESOLUTION_OPTIONS_HEIGHT_16_9[8] = { 272, 480, 544, 664, 720, 768, 900, 1080 };
const Uint16 RESOLUTION_OPTIONS_WIDTH_16_10[6] = { 720, 1152, 1280, 1440, 1600, 1680 };
const Uint16 RESOLUTION_OPTIONS_HEIGHT_16_10[6] = { 480, 720, 800, 900, 1024, 1050 };
const Uint16 RESOLUTION_OPTIONS_WIDTH_21_9[1] = { 1280 };

0 comments on commit 324860d

Please sign in to comment.