mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:58:19 -05:00
Kernel: Added stubbed code to support creation of kernel Archive objects.
This commit is contained in:
@ -29,6 +29,7 @@ enum class HandleType : u32 {
|
||||
Arbiter = 9,
|
||||
File = 10,
|
||||
Semaphore = 11,
|
||||
Archive = 12,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user