mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 05:37:57 -05:00
kernel: update KProcess
This commit is contained in:
@ -200,8 +200,8 @@ private:
|
||||
|
||||
RawCapabilityValue raw;
|
||||
BitField<0, 15, CapabilityType> id;
|
||||
BitField<15, 4, u32> major_version;
|
||||
BitField<19, 13, u32> minor_version;
|
||||
BitField<15, 4, u32> minor_version;
|
||||
BitField<19, 13, u32> major_version;
|
||||
};
|
||||
|
||||
union HandleTable {
|
||||
|
Reference in New Issue
Block a user