Hi everyone
I recently discovered this emulator and I've decided it's the one to use (specially for not needing a BIOS). For this reason, I would like if it performed better, so I'll expose an issue I found while playing Yu-Gi-Oh! Forbidden Memories (SLUS-01411).
Using the latest beta version for Windows, 1.9.93, and using a memory card provided by the emulator (which was formatted by the emulator's interface), I can save but, if I try to load, I get "No data!".
Using the latest SVN build, r94433, it freezes when it tries to save. However, it can load the game from a memory card saved by an earlier build (such as the one above), and it can save normally after loading.
After searching and downloading for a while, I discovered that this behavior changed from one to the other between builds r90125 and r90197.
I would like to see this fixed, but the priority is not high since I stated previously that there is a workaround.
My specs:
Windows 7 Ultimate x64
Intel i3-2100
nVidia GeForce GTX 550 Ti
4 GB DDR3
Thanks in advance.
Comments: ** Comment from web user: Solis **
I recently discovered this emulator and I've decided it's the one to use (specially for not needing a BIOS). For this reason, I would like if it performed better, so I'll expose an issue I found while playing Yu-Gi-Oh! Forbidden Memories (SLUS-01411).
Using the latest beta version for Windows, 1.9.93, and using a memory card provided by the emulator (which was formatted by the emulator's interface), I can save but, if I try to load, I get "No data!".
Using the latest SVN build, r94433, it freezes when it tries to save. However, it can load the game from a memory card saved by an earlier build (such as the one above), and it can save normally after loading.
After searching and downloading for a while, I discovered that this behavior changed from one to the other between builds r90125 and r90197.
I would like to see this fixed, but the priority is not high since I stated previously that there is a workaround.
My specs:
Windows 7 Ultimate x64
Intel i3-2100
nVidia GeForce GTX 550 Ti
4 GB DDR3
Thanks in advance.
Comments: ** Comment from web user: Solis **
Hello GuiRitter,
No problem. It's because
// firstfile() calls _card_read() internally, so deliver it's event
DeliverEvent(0x11, 0x2); was in the wrong area and it caused a ton of game saves not to load the saves.
3.Adding
DeliverEvent(0x11, 0x2); /* 0xf0000011, 0x0004 */ after nfile =0; Fixes memory card loading and saving for Gaunlet Legends,Parasite Eve 2 and Syphon Filter 2 & 3.