PSP fullscreen is the only mode (#13125)

This commit is contained in:
Sander Ledegen
2025-05-26 19:31:48 +02:00
committed by GitHub
parent 08b6f6175a
commit 9b025e3cab

View File

@@ -118,6 +118,8 @@ static SDL_VideoDevice *PSP_Create(void)
device->PumpEvents = PSP_PumpEvents;
device->device_caps = VIDEO_DEVICE_CAPS_FULLSCREEN_ONLY;
return device;
}