Comment out not-yet-ready case in emulib
This commit is contained in:
parent
b6af6a986a
commit
655b52d683
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ static uae_u32 uaelib_demux_common(TrapContext* ctx, uae_u32 ARG0, uae_u32 ARG1,
|
|||
if (currprefs.allow_host_run)
|
||||
return emulib_run_on_host(ctx, ARG1);
|
||||
return 0;
|
||||
case 89: return emulib_host_session(ctx, ARG1, ARG2, ARG3);
|
||||
//case 89: return emulib_host_session(ctx, ARG1, ARG2, ARG3);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue