NESHawk: Fix mapper 88 mirroring

Closes #2847
This commit is contained in:
nattthebear 2021-07-12 21:38:01 -04:00
parent 420f72f684
commit 913837b904
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
}
BaseSetup();
SetMirrorType(EMirrorType.Vertical);
SetMirrorType(Cart.PadH, Cart.PadV);
chr_bank_mask_1k = Cart.ChrSize - 1;