Loading a ROM turns off pause.

This commit is contained in:
n-a-c-h
2005-05-19 20:34:14 +00:00
parent 5bfdf03d2a
commit f388319197

View File

@@ -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;