mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Don't minimize PPSSPP when losing focus while fullscreen
This commit is contained in:
parent
364b7e26bf
commit
56431ca9ab
@ -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…
Reference in New Issue
Block a user