Loading a ROM turns off pause.
This commit is contained in:
@@ -1046,6 +1046,7 @@ bool NSRTHead(unsigned char *ROM)
|
||||
return(false); //None
|
||||
}
|
||||
|
||||
extern bool EMUPause;
|
||||
extern bool Sup48mbit;
|
||||
extern bool Sup16mbit;
|
||||
extern unsigned char snesmouse;
|
||||
@@ -1061,6 +1062,7 @@ void loadROM()
|
||||
{
|
||||
bool isCompressed = false, isZip = false;
|
||||
|
||||
EMUPause = false;
|
||||
curromspace = 0;
|
||||
|
||||
maxromspace = 4194304;
|
||||
|
||||
Reference in New Issue
Block a user