mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 16:37:09 +00:00
Fix build errors in PSP port
This commit is contained in:
committed by
Sam Lantinga
parent
34e34ad5a5
commit
515b5f2a39
@@ -173,7 +173,7 @@ PSP_VideoInit(_THIS)
|
||||
display.current_mode = current_mode;
|
||||
SDL_AddDisplayMode(&display, ¤t_mode);
|
||||
|
||||
SDL_AddVideoDisplay(&display);
|
||||
SDL_AddVideoDisplay(&display, SDL_FALSE);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user