mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-28 02:54:15 +01:00
Fixed rzx play at start-up (ball crazy and Blood)
This commit is contained in:
parent
2dbfec8e0e
commit
ce769a2ac3
@ -2049,7 +2049,7 @@ static int do_rzx(int which)
|
|||||||
ordenador.frames_count_rzx=1;
|
ordenador.frames_count_rzx=1;
|
||||||
retorno2 = load_rzx(0);
|
retorno2 = load_rzx(0);
|
||||||
if (retorno2) break; //Error or no file
|
if (retorno2) break; //Error or no file
|
||||||
ordenador.maxicount = 0; //Force rzx_update and interrupt
|
rzx_update(&ordenador.maxicount);
|
||||||
ordenador.playing_rzx = 1;
|
ordenador.playing_rzx = 1;
|
||||||
retorno = -2; //Come back to the menu
|
retorno = -2; //Come back to the menu
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user