mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2026-08-22 00:34:07 -05:00
Bump Version
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#define MODULE_VERSION "v0.2"
|
||||
#define MODULE_VERSION "v0.2.1"
|
||||
#define MODULE_VERSION_FULL MODULE_VERSION MODULE_VERSION_EXTRA
|
||||
|
||||
#define JUMP_HEAP_DATA_SIZE (32 * 1024)
|
||||
@@ -17,4 +17,4 @@ extern std::mutex gPatchedFunctionsMutex;
|
||||
extern std::vector<std::shared_ptr<PatchedFunctionData>> gPatchedFunctions;
|
||||
|
||||
extern void *(*gMEMAllocFromDefaultHeapExForThreads)(uint32_t size, int align);
|
||||
extern void (*gMEMFreeToDefaultHeapForThreads)(void *ptr);
|
||||
extern void (*gMEMFreeToDefaultHeapForThreads)(void *ptr);
|
||||
|
||||
Reference in New Issue
Block a user