Update bin2h to allow changing the output array type

This commit is contained in:
Hyper
2024-10-17 16:59:45 +01:00
parent 6e49be2702
commit 6810be7315
3 changed files with 8 additions and 7 deletions

View File

@@ -2393,7 +2393,7 @@ void Recompiler::Recompile()
println("#pragma once");
println("#include \"ppc_config.h\"\n");
println("{}", std::string_view{gPPCContextText, gPPCContextText_SIZE});
println("{}", std::string_view{g_PPCContextText, g_PPCContextText_size});
SaveCurrentOutData("ppc_context.h");
}