Firmware: do not turn off write LED in case of periodic SRAM saving
This commit is contained in:
parent
a9ea821c0d
commit
c80bdfbf59
@ -135,7 +135,7 @@ void snes_main_loop() {
|
|||||||
writeled(1);
|
writeled(1);
|
||||||
save_sram(file_lfn, romprops.ramsize_bytes, SRAM_SAVE_ADDR);
|
save_sram(file_lfn, romprops.ramsize_bytes, SRAM_SAVE_ADDR);
|
||||||
didnotsave=0;
|
didnotsave=0;
|
||||||
writeled(0);
|
writeled(1);
|
||||||
}
|
}
|
||||||
saveram_crc_old = saveram_crc;
|
saveram_crc_old = saveram_crc;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user