mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-22 01:43:23 +01:00
Remove useless spacing
This commit is contained in:
parent
836a003c8e
commit
a3d6baab91
2 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ namespace Ryujinx.Core.OsHle
|
||||||
MemoryRegions.MainStackAddress,
|
MemoryRegions.MainStackAddress,
|
||||||
MemoryRegions.MainStackSize,
|
MemoryRegions.MainStackSize,
|
||||||
MemoryType.Normal);
|
MemoryType.Normal);
|
||||||
|
|
||||||
long StackTop = MemoryRegions.MainStackAddress + MemoryRegions.MainStackSize;
|
long StackTop = MemoryRegions.MainStackAddress + MemoryRegions.MainStackSize;
|
||||||
|
|
||||||
int Handle = MakeThread(Executables[0].ImageBase, StackTop, 0, 0, 0);
|
int Handle = MakeThread(Executables[0].ImageBase, StackTop, 0, 0, 0);
|
||||||
|
@ -254,7 +254,7 @@ namespace Ryujinx.Core.OsHle
|
||||||
if (e.Position >= Executables[Index].ImageBase)
|
if (e.Position >= Executables[Index].ImageBase)
|
||||||
{
|
{
|
||||||
NsoName = $"{(e.Position - Executables[Index].ImageBase):x16}";
|
NsoName = $"{(e.Position - Executables[Index].ImageBase):x16}";
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@ namespace Ryujinx.Core.OsHle.Services
|
||||||
|
|
||||||
private int SelfId;
|
private int SelfId;
|
||||||
|
|
||||||
private bool IsDomain;
|
private bool IsDomain;
|
||||||
|
|
||||||
public IpcService()
|
public IpcService()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue