Okay so I have been tackling Lost Odyssey as I have a copy of the game and an interest in recomping it, I have run Analyze and am using the jumptable it created, however, whenever I run Recomp on my toml with verified addresses to the gprlr, fpr and vmx functions I get no output and my CPU immediately gets pinned. I will be adding my toml below as well as adding my jumptable file:
LO.toml
`
[main]
file_path = "../Lost Odyssey Disc 1/default.xex"
out_directory_path = "../ppc/"
switch_table_file_path = "../disc1stuff/jumptable.toml"
skip_lr = false
skip_msr = false
ctr_as_local = false
xer_as_local = false
reserved_as_local = false
cr_as_local = false
non_argument_as_local = false
non_volatile_as_local = false
restgprlr_14_address = 0x82B7A700
savegprlr_14_address = 0x82B7A6B0
restfpr_14_address = 0x82B7B17C
savefpr_14_address = 0x82B7B130
restvmx_14_address = 0x82DF2D98
savevmx_14_address = 0x82DF2B00
restvmx_64_address = 0x82DF2E2C
savevmx_64_address = 0x82DF2B94
`
jumptable.toml
https://pastebin.com/9QuzXXPN
Okay so I have been tackling Lost Odyssey as I have a copy of the game and an interest in recomping it, I have run Analyze and am using the jumptable it created, however, whenever I run Recomp on my toml with verified addresses to the gprlr, fpr and vmx functions I get no output and my CPU immediately gets pinned. I will be adding my toml below as well as adding my jumptable file:
LO.toml
`
[main]
file_path = "../Lost Odyssey Disc 1/default.xex"
out_directory_path = "../ppc/"
switch_table_file_path = "../disc1stuff/jumptable.toml"
skip_lr = false
skip_msr = false
ctr_as_local = false
xer_as_local = false
reserved_as_local = false
cr_as_local = false
non_argument_as_local = false
non_volatile_as_local = false
restgprlr_14_address = 0x82B7A700
savegprlr_14_address = 0x82B7A6B0
restfpr_14_address = 0x82B7B17C
savefpr_14_address = 0x82B7B130
restvmx_14_address = 0x82DF2D98
savevmx_14_address = 0x82DF2B00
restvmx_64_address = 0x82DF2E2C
savevmx_64_address = 0x82DF2B94
`
jumptable.toml
https://pastebin.com/9QuzXXPN