mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 14:29:14 +08:00
PSP fullscreen is the only mode (#13125)
(cherry picked from commit 9b025e3cab)
This commit is contained in:
committed by
Sam Lantinga
parent
2ed5062950
commit
6a5bac72cb
@@ -118,6 +118,8 @@ static SDL_VideoDevice *PSP_Create(void)
|
|||||||
|
|
||||||
device->PumpEvents = PSP_PumpEvents;
|
device->PumpEvents = PSP_PumpEvents;
|
||||||
|
|
||||||
|
device->device_caps = VIDEO_DEVICE_CAPS_FULLSCREEN_ONLY;
|
||||||
|
|
||||||
return device;
|
return device;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user