mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-19 13:36:53 +02:00
More read-only
This commit is contained in:
parent
1251f03575
commit
339d9ca83d
2 changed files with 9 additions and 15 deletions
|
@ -377,12 +377,6 @@ namespace Ryujinx.Cpu.LightningJit.Arm32
|
|||
public readonly uint Cond => (_value >> 28) & 0xF;
|
||||
}
|
||||
|
||||
readonly struct Inst
|
||||
{
|
||||
private readonly uint _value;
|
||||
public Inst(uint value) => _value = value;
|
||||
}
|
||||
|
||||
readonly struct InstCondb28w4Rdb12w4Rmb0w4
|
||||
{
|
||||
private readonly uint _value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue