Update ISelfController.cs

`public bool IsExitLocked` > `private const bool IsExitLocked`
This commit is contained in:
Ac_K 2018-07-20 00:29:36 +02:00 committed by GitHub
parent 4cd87adfc0
commit 73880122b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ namespace Ryujinx.HLE.OsHle.Services.Am
private KEvent LaunchableEvent;
public bool IsExitLocked = false;
private const bool IsExitLocked = false;
public ISelfController()
{