Move most case to lower, since win/dos don't care, may have fixed the savestate

bug also.
This commit is contained in:
theoddone33
2002-02-27 04:00:58 +00:00
parent 901c8def98
commit f472a87358
12 changed files with 10 additions and 278 deletions

View File

@@ -3596,11 +3596,7 @@ NEWSYM PatchIPS
.foundokay
mov ebx,[eax]
mov [Prevextn],ebx
%ifdef __LINUX__
mov dword[eax],'.ips'
%else
mov dword[eax],'.IPS'
%endif
mov byte[eax+4],0
push eax
%ifdef __LINUX__
@@ -3749,11 +3745,7 @@ OpenCombFile:
je .found2
jmp .found
.found2
%ifdef __LINUX__
mov dword[edx],'.cmb'
%else
mov dword[edx],'.CMB'
%endif
push edx
mov dword[NumComboLocl],0
mov edx,fnames+1
@@ -3778,11 +3770,7 @@ OpenCombFile:
call Close_File
.failb
pop edx
%ifdef __LINUX__
mov dword[edx],'.srm'
%else
mov dword[edx],'.SRM'
%endif
ret
NEWSYM SaveCombFile
@@ -3823,11 +3811,7 @@ NEWSYM SaveCombFile
call Close_File
.failb
pop edx
%ifdef __LINUX__
mov dword[edx],'.srm'
%else
mov dword[edx],'.SRM'
%endif
.notfound
ret