case fixes on the movie extentions
This commit is contained in:
@@ -2800,7 +2800,11 @@ MoviePlay:
|
|||||||
mov ebx,[statefileloc]
|
mov ebx,[statefileloc]
|
||||||
mov eax,[fnamest+ebx-3]
|
mov eax,[fnamest+ebx-3]
|
||||||
push eax
|
push eax
|
||||||
|
%ifdef __LINUX__
|
||||||
|
mov dword[fnamest+ebx-3],'.zmv'
|
||||||
|
%else
|
||||||
mov dword[fnamest+ebx-3],'.ZMV'
|
mov dword[fnamest+ebx-3],'.ZMV'
|
||||||
|
%endif
|
||||||
mov al,[CMovieExt]
|
mov al,[CMovieExt]
|
||||||
mov byte[fnamest+ebx],al
|
mov byte[fnamest+ebx],al
|
||||||
call ChangetoSRAMdir
|
call ChangetoSRAMdir
|
||||||
|
|||||||
@@ -28,7 +28,11 @@ MovieRecord:
|
|||||||
mov ebx,[statefileloc]
|
mov ebx,[statefileloc]
|
||||||
mov eax,[fnamest+ebx-3]
|
mov eax,[fnamest+ebx-3]
|
||||||
push eax
|
push eax
|
||||||
|
%ifdef __LINUX__
|
||||||
|
mov dword[fnamest+ebx-3],'.zmv'
|
||||||
|
%else
|
||||||
mov dword[fnamest+ebx-3],'.ZMV'
|
mov dword[fnamest+ebx-3],'.ZMV'
|
||||||
|
%endif
|
||||||
mov al,[CMovieExt]
|
mov al,[CMovieExt]
|
||||||
mov byte[fnamest+ebx],al
|
mov byte[fnamest+ebx],al
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user