mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 13:32:34 -07:00
Kernel/SVC: Implemented svcCreatePort.
This commit is contained in:
@@ -35,7 +35,7 @@ enum KernelHandle : Handle {
|
||||
|
||||
enum class HandleType : u32 {
|
||||
Unknown = 0,
|
||||
ServerPort = 1,
|
||||
|
||||
Session = 2,
|
||||
Event = 3,
|
||||
Mutex = 4,
|
||||
@@ -49,6 +49,7 @@ enum class HandleType : u32 {
|
||||
ResourceLimit = 12,
|
||||
CodeSet = 13,
|
||||
ClientPort = 14,
|
||||
ServerPort = 15,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user