ソースを参照

PSP fullscreen is the only mode (#13125)

Sander Ledegen 4 ヶ月 前
コミット
9b025e3cab
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/video/psp/SDL_pspvideo.c

+ 2 - 0
src/video/psp/SDL_pspvideo.c

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