mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 02:37:57 -05:00
Kernel: Add a Directory object and a getter for it from an Archive object.
This commit is contained in:
@ -32,6 +32,7 @@ enum class HandleType : u32 {
|
||||
File = 10,
|
||||
Semaphore = 11,
|
||||
Archive = 12,
|
||||
Directory = 13,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user