Hopefully this should fix netplay with SFX+Batt games.

This commit is contained in:
n-a-c-h
2004-12-08 18:11:07 +00:00
parent ac3b3c4440
commit 9af5a3cddb

View File

@@ -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