mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 10:07:56 -05:00
kernel/process_capability: Handle kernel version capability flags
This commit is contained in:
@ -155,6 +155,11 @@ public:
|
||||
return program_type;
|
||||
}
|
||||
|
||||
/// Gets the kernel version value.
|
||||
u32 GetKernelVersion() const {
|
||||
return kernel_version;
|
||||
}
|
||||
|
||||
private:
|
||||
/// Attempts to parse a given sequence of capability descriptors.
|
||||
///
|
||||
|
Reference in New Issue
Block a user