mirror of
https://github.com/wiiu-env/libmappedmemory.git
synced 2024-11-22 01:39: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 *(*MEMAllocFromMappedMemory)(uint32_t size);
|
||||||
extern void *(*MEMAllocFromMappedMemoryEx)(uint32_t size, int32_t alignment);
|
extern void *(*MEMAllocFromMappedMemoryEx)(uint32_t size, int32_t alignment);
|
||||||
|
extern void *(*MEMAllocFromMappedMemoryForGX2Ex)(uint32_t size, int32_t alignment);
|
||||||
extern void (*MEMFreeToMappedMemory)(void *ptr);
|
extern void (*MEMFreeToMappedMemory)(void *ptr);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
:NAME homebrew_memorymapping
|
:NAME homebrew_memorymapping
|
||||||
|
|
||||||
:TEXT
|
:TEXT
|
||||||
MemoryMappingFree
|
|
||||||
MemoryMappingAlloc
|
|
||||||
MemoryMappingEffectiveToPhysical
|
MemoryMappingEffectiveToPhysical
|
||||||
MemoryMappingPhysicalToEffective
|
MemoryMappingPhysicalToEffective
|
||||||
|
|
||||||
:DATA
|
:DATA
|
||||||
MEMAllocFromMappedMemory
|
MEMAllocFromMappedMemory
|
||||||
MEMAllocFromMappedMemoryEx
|
MEMAllocFromMappedMemoryEx
|
||||||
MEMFreeToMappedMemory
|
MEMFreeToMappedMemory
|
||||||
|
MEMAllocFromMappedMemoryForGX2Ex
|
Loading…
Reference in New Issue
Block a user