mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Remove bin2c, load the PPC context header by path.
This commit is contained in:
@@ -23,7 +23,15 @@ int main(int argc, char* argv[])
|
||||
entry->name = "_xstart";
|
||||
}
|
||||
|
||||
recompiler.Recompile();
|
||||
const char* headerFilePath =
|
||||
#ifdef HEADER_FILE_PATH
|
||||
HEADER_FILE_PATH
|
||||
#else
|
||||
argv[2]
|
||||
#endif
|
||||
;
|
||||
|
||||
recompiler.Recompile(headerFilePath);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user