mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
PSP fullscreen is the only mode (#13125)
This commit is contained in:
parent
08b6f6175a
commit
9b025e3cab
1 changed files with 2 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ static SDL_VideoDevice *PSP_Create(void)
|
|||
|
||||
device->PumpEvents = PSP_PumpEvents;
|
||||
|
||||
device->device_caps = VIDEO_DEVICE_CAPS_FULLSCREEN_ONLY;
|
||||
|
||||
return device;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue