mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-11 03:36:06 +00:00
Merge pull request #9347 from asl97/fullscreen-keep-active
Don't minimize PPSSPP when losing focus while fullscreen
This commit is contained in:
commit
607838b90c
@ -420,6 +420,7 @@ int main(int argc, char *argv[]) {
|
||||
bcm_host_init();
|
||||
#endif
|
||||
putenv((char*)"SDL_VIDEO_CENTERED=1");
|
||||
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, "0");
|
||||
|
||||
std::string app_name;
|
||||
std::string app_name_nice;
|
||||
|
Loading…
x
Reference in New Issue
Block a user