Skip to content

Commit 789291f

Browse files
committed
Fix: PSP fullscreen is the only mode
1 parent 25db127 commit 789291f

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)