Check if there is an identical file before saving.

This commit is contained in:
Skyth
2024-09-18 16:04:52 +03:00
parent 182b9a5060
commit 55a551362b
4 changed files with 42 additions and 8 deletions

View File

@@ -38,6 +38,8 @@ struct PPCFuncMapping
PPCFunc* host;
};
extern const struct PPCFuncMapping PPCFuncMapping[];
struct PPCRegister
{
union