mirror of
https://github.com/wiiu-env/libmappedmemory.git
synced 2024-11-21 17:29:20 +01:00
Add "MEMAllocFromMappedMemoryForGX2Ex"
This commit is contained in:
parent
19760eeb2d
commit
ce6980db56
@ -13,6 +13,7 @@ extern uint32_t MemoryMappingPhysicalToEffective(uint32_t address);
|
||||
|
||||
extern void *(*MEMAllocFromMappedMemory)(uint32_t size);
|
||||
extern void *(*MEMAllocFromMappedMemoryEx)(uint32_t size, int32_t alignment);
|
||||
extern void *(*MEMAllocFromMappedMemoryForGX2Ex)(uint32_t size, int32_t alignment);
|
||||
extern void (*MEMFreeToMappedMemory)(void *ptr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -1,12 +1,11 @@
|
||||
:NAME homebrew_memorymapping
|
||||
|
||||
:TEXT
|
||||
MemoryMappingFree
|
||||
MemoryMappingAlloc
|
||||
MemoryMappingEffectiveToPhysical
|
||||
MemoryMappingPhysicalToEffective
|
||||
|
||||
:DATA
|
||||
MEMAllocFromMappedMemory
|
||||
MEMAllocFromMappedMemoryEx
|
||||
MEMFreeToMappedMemory
|
||||
MEMFreeToMappedMemory
|
||||
MEMAllocFromMappedMemoryForGX2Ex
|
Loading…
Reference in New Issue
Block a user