Jillian To

Results 18 comments of Jillian To

> I just assume they work due to compiling xenonrecomp and no longer getting the errors for missing those instructions. The files that xenonrecomp spits out do compile (I've managed...

Did you try explicitly telling CMake to use Clang over GCC? Try "CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake .."

By the way, this isn't an issue with your documentation, but what are you using to read the XEX as assembly? Ghidra with the XEX loader plugin didn't recognize lvx128...

If you're using the Unleashed toml, do all the file paths match? I got this error when I didn't comment out the patch and patched file paths that weren't applicable...

Just to confirm, SWA_switch_tables.toml is in the XenonRecomp folder right (meaning the same folder as the XenonRecomp executable)? If so, maybe try making an empty ppc folder

Your paths all look right, the only thing I can think of is that it might not like the '-' in the 'ts3-pc' part of your file path? Your toml...

I found that Unleashed doesn't work with XenonRecomp without the invalid_functions defined, maybe your game is the same? Does recompiling Unleashed work on your system?