mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 06:47:57 -05:00
kernel/process_capability: Handle handle table capability flags
This just specifies the handle table size. There's also a section of reserved bits that are checked against.
This commit is contained in:
@ -155,6 +155,11 @@ public:
|
||||
return program_type;
|
||||
}
|
||||
|
||||
/// Gets the number of total allowable handles for the process' handle table.
|
||||
u32 GetHandleTableSize() const {
|
||||
return handle_table_size;
|
||||
}
|
||||
|
||||
/// Gets the kernel version value.
|
||||
u32 GetKernelVersion() const {
|
||||
return kernel_version;
|
||||
|
Reference in New Issue
Block a user