mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
coreinit: Add OSIsAddressValid.
This commit is contained in:
parent
80f57713b8
commit
7bee4c7ca4
@ -26,6 +26,9 @@ typedef enum OSMemoryMapMode
|
||||
uint32_t
|
||||
OSEffectiveToPhysical(uint32_t virtualAddress);
|
||||
|
||||
BOOL
|
||||
OSIsAddressValid(uint32_t virtualAddress);
|
||||
|
||||
/**
|
||||
* Allocates virtual address range for later mapping.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user