mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 14:58:22 -04:00
os: amend io region api
This commit is contained in:
parent
3eac814268
commit
00d0c94f2d
3 changed files with 4 additions and 4 deletions
|
@ -51,8 +51,8 @@ namespace ams::os {
|
|||
DestroyIoRegion(std::addressof(m_io_region));
|
||||
}
|
||||
|
||||
void Attach(size_t size, Handle handle, bool managed) {
|
||||
AttachIoRegion(std::addressof(m_io_region), size, handle, managed);
|
||||
void AttachHandle(size_t size, Handle handle, bool managed) {
|
||||
AttachIoRegionHandle(std::addressof(m_io_region), size, handle, managed);
|
||||
}
|
||||
|
||||
Handle GetHandle() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue