nes-fix gauntlet

This commit is contained in:
zeromus 2012-03-06 09:55:57 +00:00
parent ed9de010c0
commit 9d6001691f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
}
BaseSetup();
SetMirrorType(Cart.pad_h, Cart.pad_v);
SetMirroring(0, 1, 0, 1);
return true;
}