mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 19:45:46 +00:00
kernel/process_capability: Handle kernel version capability flags
This commit is contained in:
parent
4fbfde34a1
commit
55e371a3a1
2 changed files with 18 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue