Hopefully this should fix netplay with SFX+Batt games.
This commit is contained in:
@@ -1462,6 +1462,10 @@ transfersram:
|
|||||||
|
|
||||||
; send sram
|
; send sram
|
||||||
mov ecx,[ramsize]
|
mov ecx,[ramsize]
|
||||||
|
cmp byte[SFXEnable],1
|
||||||
|
jne .notsfx
|
||||||
|
mov ecx,65536
|
||||||
|
.notsfx
|
||||||
mov ebx,[sram]
|
mov ebx,[sram]
|
||||||
xor esi,esi
|
xor esi,esi
|
||||||
.loop
|
.loop
|
||||||
|
|||||||
Reference in New Issue
Block a user