Add is_romdisk_available to the jump table

This commit is contained in:
Ry 2023-03-04 23:18:07 -08:00
parent 7a1b724707
commit 8fd1e10dc2
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ ryfs_get_size: jmp [0xF0045018]
ryfs_get_file_list: jmp [0xF004501C] ryfs_get_file_list: jmp [0xF004501C]
ryfs_tell: jmp [0xF0045020] ryfs_tell: jmp [0xF0045020]
ryfs_write: jmp [0xF0045024] ryfs_write: jmp [0xF0045024]
is_romdisk_available: jmp [0xF0045028]
; memory copy/compare jump table ; memory copy/compare jump table
copy_memory_bytes: jmp [0xF0046000] copy_memory_bytes: jmp [0xF0046000]

View File

@ -297,6 +297,7 @@ poweroff_wait:
data.32 ryfs_get_file_list data.32 ryfs_get_file_list
data.32 ryfs_tell data.32 ryfs_tell
data.32 ryfs_write data.32 ryfs_write
data.32 is_romdisk_available
; memory copy/compare jump table ; memory copy/compare jump table
org.pad 0xF0046000 org.pad 0xF0046000