mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Allow overloads of ppc load/store macros
This commit is contained in:
@@ -2388,6 +2388,12 @@ void Recompiler::Recompile()
|
||||
if (config.nonVolatileRegistersAsLocalVariables)
|
||||
println("#define PPC_CONFIG_NON_VOLATILE_AS_LOCAL");
|
||||
|
||||
println("");
|
||||
|
||||
println("#ifdef PPC_INCLUDE_DETAIL");
|
||||
println("#include \"ppc_detail.h\"");
|
||||
println("#endif");
|
||||
|
||||
println("\n#endif");
|
||||
|
||||
SaveCurrentOutData("ppc_config.h");
|
||||
|
Reference in New Issue
Block a user