Update ISelfController.cs
`public bool IsExitLocked` > `private const bool IsExitLocked`
This commit is contained in:
parent
4cd87adfc0
commit
73880122b8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace Ryujinx.HLE.OsHle.Services.Am
|
|||
|
||||
private KEvent LaunchableEvent;
|
||||
|
||||
public bool IsExitLocked = false;
|
||||
private const bool IsExitLocked = false;
|
||||
|
||||
public ISelfController()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue