mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 13:37:11 +02:00
Address gdkchan's comment
This commit is contained in:
parent
1622a8a0bf
commit
45b336867c
2 changed files with 12 additions and 12 deletions
|
@ -15,12 +15,12 @@ namespace Ryujinx.HLE.HOS.Services.Account.Acc
|
|||
// GetNetworkServiceLicenseKind() -> nn::account::NetworkServiceLicenseKind
|
||||
public ResultCode GetNetworkServiceLicenseKind(ServiceCtx context)
|
||||
{
|
||||
if (!_asyncExecution.IsInitialized)
|
||||
if (!AsyncExecution.IsInitialized)
|
||||
{
|
||||
return ResultCode.AsyncExecutionNotInitialized;
|
||||
}
|
||||
|
||||
if (!_asyncExecution.SystemEvent.ReadableEvent.IsSignaled())
|
||||
if (!AsyncExecution.SystemEvent.ReadableEvent.IsSignaled())
|
||||
{
|
||||
return ResultCode.Unknown41;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue