NESHawk: raise cap on cheats to include entire bus size

This commit is contained in:
alyosha-tas 2018-03-10 08:14:38 -05:00
parent 4208eea12f
commit 7d3f1b366f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
// cheat addr index tracker
// disables all cheats each frame
public int[] cheat_indexes = new int[500];
public int[] cheat_indexes = new int[0x10000];
public int num_cheats;
// new input system