mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 01:47:16 +02:00
language feature: Extension Members: Misc enum extensions methods converted to properties
This commit is contained in:
parent
6c5f21e4e9
commit
81b454282a
22 changed files with 73 additions and 95 deletions
|
@ -133,7 +133,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
|
|||
return Result.Success;
|
||||
}
|
||||
|
||||
int codeMask = 1 << (32 - BitOperations.LeadingZeroCount(code.GetFlag() + 1));
|
||||
int codeMask = 1 << (32 - BitOperations.LeadingZeroCount(code.Flag + 1));
|
||||
|
||||
// Check if the property was already set.
|
||||
if (((mask0 & codeMask) & 0x1e008) != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue