mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 11:56:24 +02:00
Auto-format
This commit is contained in:
parent
597710a522
commit
3671dec898
97 changed files with 1787 additions and 1786 deletions
|
@ -2,7 +2,7 @@ using System;
|
|||
|
||||
namespace Ryujinx.Cpu.LightningJit
|
||||
{
|
||||
ref struct CompiledFunction
|
||||
readonly ref struct CompiledFunction
|
||||
{
|
||||
public readonly ReadOnlySpan<byte> Code;
|
||||
public readonly int GuestCodeLength;
|
||||
|
@ -13,4 +13,4 @@ namespace Ryujinx.Cpu.LightningJit
|
|||
GuestCodeLength = guestCodeLength;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue