Allow overloads of ppc load/store macros

This commit is contained in:
Sajid
2024-11-24 16:16:08 +06:00
parent e5317bda48
commit 4b47b24afd
2 changed files with 61 additions and 6 deletions

View File

@@ -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");