Fix PCTL initialized log.
This commit is contained in:
parent
efac6c4743
commit
981616b362
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ namespace Ryujinx.HLE.HOS.Services.Pctl
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Logger.PrintWarning(LogClass.ServicePctl, "Service is already initialized!");
|
if (_initialized)
|
||||||
|
{
|
||||||
|
Logger.PrintWarning(LogClass.ServicePctl, "Service is already initialized!");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue