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