sh/launch: Use ryfs_open
directly instead of open
for now
This commit is contained in:
parent
60a322ca53
commit
4e0ab3a75d
|
@ -39,7 +39,7 @@ launch_fxf_name_loop_done:
|
||||||
mov r1, r0
|
mov r1, r0
|
||||||
mov r0, launch_fxf_name
|
mov r0, launch_fxf_name
|
||||||
mov r2, launch_fxf_struct
|
mov r2, launch_fxf_struct
|
||||||
call open
|
call ryfs_open
|
||||||
cmp r0, 0
|
cmp r0, 0
|
||||||
ifz ret
|
ifz ret
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user