We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469c8a0 commit b3f9682Copy full SHA for b3f9682
main.c
@@ -112,7 +112,7 @@ static inline __attribute__((always_inline)) void writeCPUClocks(ULONG coeff)
112
113
int main(void)
114
{
115
- XVideoSetMode(640, 480, 16, REFRESH_DEFAULT);
+ XVideoSetMode(640, 480, 32, REFRESH_DEFAULT);
116
117
SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1");
118
if (SDL_Init(SDL_INIT_GAMECONTROLLER) != 0) {
0 commit comments