mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
fix pause when inactive
This commit is contained in:
@ -286,7 +286,7 @@ private:
|
||||
|
||||
QString loadErrorStr(int error);
|
||||
|
||||
bool pausedManually;
|
||||
bool pausedManually = false;
|
||||
|
||||
int oldW, oldH;
|
||||
bool oldMax;
|
||||
|
Reference in New Issue
Block a user