Fix a bunch of warnings.

This commit is contained in:
Skyth
2024-10-27 18:48:09 +03:00
parent 882f371de4
commit 24d257d421
10 changed files with 30 additions and 23 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ public:
}
};
SWA_API void* MmGetHostAddress(uint32_t ptr);
extern "C" void* MmGetHostAddress(uint32_t ptr);
extern Memory g_memory;