diff --git a/zsnes/src/gui/guinetpl.inc b/zsnes/src/gui/guinetpl.inc index 2123a5bc..11fe81ab 100644 --- a/zsnes/src/gui/guinetpl.inc +++ b/zsnes/src/gui/guinetpl.inc @@ -1462,6 +1462,10 @@ transfersram: ; send sram mov ecx,[ramsize] + cmp byte[SFXEnable],1 + jne .notsfx + mov ecx,65536 +.notsfx mov ebx,[sram] xor esi,esi .loop