turn off dendy if we're loading a pal rom
This commit is contained in:
parent
4869518747
commit
3525cbc095
|
@ -874,6 +874,9 @@ void FCEU_ResetVidSys(void) {
|
|||
|
||||
PAL = w ? 1 : 0;
|
||||
|
||||
if (PAL)
|
||||
dendy = 0;
|
||||
|
||||
if (newppu)
|
||||
overclock_enabled = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue