os: remove ManagedHandle, refactor to use NativeHandle typename
This commit is contained in:
@@ -15,10 +15,11 @@
|
||||
*/
|
||||
#pragma once
|
||||
#include <vapours.hpp>
|
||||
#include <stratosphere/os.hpp>
|
||||
|
||||
namespace ams::dd {
|
||||
|
||||
using ProcessHandle = ::Handle;
|
||||
using ProcessHandle = os::NativeHandle;
|
||||
|
||||
using MemoryPermission = os::MemoryPermission;
|
||||
using enum os::MemoryPermission;
|
||||
|
||||
Reference in New Issue
Block a user