mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2026-07-14 07:41:41 -05:00
Change
This commit is contained in:
parent
ba25bef981
commit
c56653bf16
|
|
@ -36,7 +36,7 @@ void MemoryMappingFree(void *ptr) {
|
|||
}
|
||||
|
||||
uint32_t MemoryMappingEffectiveToPhysical(uint32_t address) {
|
||||
return MemoryMapping_EffectiveToPhysical(address);
|
||||
return MemoryMapping_EffectiveToPhysical(address);
|
||||
}
|
||||
|
||||
uint32_t MemoryMappingPhysicalToEffective(uint32_t address) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user