Skip to content

Commit 6a5bac7

Browse files
SanderLedegenslouken
authored andcommitted
PSP fullscreen is the only mode (#13125)
(cherry picked from commit 9b025e3)
1 parent 2ed5062 commit 6a5bac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/video/psp/SDL_pspvideo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ static SDL_VideoDevice *PSP_Create(void)
118118

119119
device->PumpEvents = PSP_PumpEvents;
120120

121+
device->device_caps = VIDEO_DEVICE_CAPS_FULLSCREEN_ONLY;
122+
121123
return device;
122124
}
123125

0 commit comments

Comments
 (0)