Finally figured out ZSNES, no more two vars for base cart paths.
This commit is contained in:
@@ -126,8 +126,6 @@ EXTSYM SplittedROM
|
||||
EXTSYM addOnStart
|
||||
EXTSYM addOnSize
|
||||
|
||||
EXTSYM STPath, ST_Path, GNextPath, GNext_Path, SGPath, SG_Path
|
||||
|
||||
EXTSYM SetaCmdEnable,setaramdata
|
||||
EXTSYM setaaccessbankr8,setaaccessbankw8,setaaccessbankr8a,setaaccessbankw8a
|
||||
EXTSYM setaaccessbankr16,setaaccessbankw16,setaaccessbankr16a,setaaccessbankw16a
|
||||
@@ -3409,14 +3407,6 @@ NEWSYM loadfileGUI
|
||||
mov edx,fname+1
|
||||
mov dword[ZOpenFileName],edx
|
||||
|
||||
;This is to get the C stuff to see these variables
|
||||
mov ebx,STPath
|
||||
mov [ST_Path],ebx
|
||||
mov ebx,GNextPath
|
||||
mov [GNext_Path],ebx
|
||||
mov ebx,SGPath
|
||||
mov [SG_Path],ebx
|
||||
|
||||
pushad
|
||||
call loadROM
|
||||
popad
|
||||
|
||||
Reference in New Issue
Block a user