Move most case to lower, since win/dos don't care, may have fixed the savestate
bug also.
This commit is contained in:
@@ -28,11 +28,7 @@ MovieRecord:
|
||||
mov ebx,[statefileloc]
|
||||
mov eax,[fnamest+ebx-3]
|
||||
push eax
|
||||
%ifdef __LINUX__
|
||||
mov dword[fnamest+ebx-3],'.zmv'
|
||||
%else
|
||||
mov dword[fnamest+ebx-3],'.ZMV'
|
||||
%endif
|
||||
mov al,[CMovieExt]
|
||||
mov byte[fnamest+ebx],al
|
||||
|
||||
|
||||
Reference in New Issue
Block a user