Fix build errors in PSP port

This commit is contained in:
Wouter Wijsman
2021-12-22 12:04:10 +01:00
committed by Sam Lantinga
parent 34e34ad5a5
commit 515b5f2a39
2 changed files with 12 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ PSP_VideoInit(_THIS)
display.current_mode = current_mode;
SDL_AddDisplayMode(&display, &current_mode);
SDL_AddVideoDisplay(&display);
SDL_AddVideoDisplay(&display, SDL_FALSE);
return 1;
}