Snapshots couldn't be replayed from start of the game

This commit is contained in:
Snesrev
2023-03-06 03:23:33 +01:00
parent db20133474
commit e3d2202053

View File

@@ -130,9 +130,9 @@ void snes_handle_pos_stuff(Snes *snes) {
ppu_handleVblank(snes->ppu);
snes->inVblank = true;
snes->inNmi = true;
if (snes->nmiEnabled) {
snes->cpu->nmiWanted = true; // request NMI on CPU
}
// if (snes->nmiEnabled) {
snes->cpu->nmiWanted = true; // request NMI on CPU
// }
if (snes->autoJoyRead) {
// TODO: this starts a little after start of vblank
snes->autoJoyTimer = 0;