TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.21k stars 385 forks source link

[Core: GPGX] Fixing a wrong variable name that caused a crash in GPGX's load state #3927

Closed SergioMartin86 closed 6 months ago

SergioMartin86 commented 6 months ago

Fixing a bug reported by Morilli where GPGX crashes upon trying to load a state on SMS's Galactic Protector:

System.NotImplementedException: The method or operation is not implemented.
  at BizHawk.Emulation.Cores.Consoles.Sega.gpgx.GPGX.get_MemoryCallbacks () [0x00019] in <655556b5f7fe4f2daa09dea9e80ee688>:0 
  at BizHawk.Emulation.Cores.Consoles.Sega.gpgx.GPGX.RefreshMemCallbacks () [0x00000] in <655556b5f7fe4f2daa09dea9e80ee688>:0 

Check if completed: