Saving to separate files.

This commit is contained in:
Skyth
2024-09-18 13:31:37 +03:00
parent 618cc75198
commit 5a16d14d30
2 changed files with 54 additions and 9 deletions

View File

@@ -32,6 +32,12 @@
typedef void PPCFunc(struct PPCContext& __restrict ctx, uint8_t* base);
struct PPCFuncMapping
{
size_t guest;
PPCFunc* host;
};
struct PPCRegister
{
union