mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 21:17:14 +00:00
Saving to separate files.
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
|
||||
typedef void PPCFunc(struct PPCContext& __restrict ctx, uint8_t* base);
|
||||
|
||||
struct PPCFuncMapping
|
||||
{
|
||||
size_t guest;
|
||||
PPCFunc* host;
|
||||
};
|
||||
|
||||
struct PPCRegister
|
||||
{
|
||||
union
|
||||
|
Reference in New Issue
Block a user