Formatting
This commit is contained in:
parent
652423cfeb
commit
5f5cb73baa
13 changed files with 21 additions and 21 deletions
|
@ -169,7 +169,7 @@ namespace Ryujinx.HLE
|
|||
/// </summary>
|
||||
public Action RefreshInputConfig { internal get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// <summary>
|
||||
/// Enables gdbstub to allow for debugging of the guest .
|
||||
/// </summary>
|
||||
public bool EnableGdbStub { get; internal set; }
|
||||
|
@ -205,8 +205,8 @@ namespace Ryujinx.HLE
|
|||
bool useHypervisor,
|
||||
string multiplayerLanInterfaceId,
|
||||
MultiplayerMode multiplayerMode,
|
||||
bool enableGdbStub,
|
||||
ushort gdbStubPort)
|
||||
bool enableGdbStub,
|
||||
ushort gdbStubPort)
|
||||
{
|
||||
VirtualFileSystem = virtualFileSystem;
|
||||
LibHacHorizonManager = libHacHorizonManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue