Skip to content

Commit b3f9682

Browse files
committed
Switch back to 32bbp, potential for some systems not to display
1 parent 469c8a0 commit b3f9682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static inline __attribute__((always_inline)) void writeCPUClocks(ULONG coeff)
112112

113113
int main(void)
114114
{
115-
XVideoSetMode(640, 480, 16, REFRESH_DEFAULT);
115+
XVideoSetMode(640, 480, 32, REFRESH_DEFAULT);
116116

117117
SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1");
118118
if (SDL_Init(SDL_INIT_GAMECONTROLLER) != 0) {

0 commit comments

Comments
 (0)