My bad.
This commit is contained in:
parent
e68ab0018b
commit
9bbe4f36db
1 changed files with 2 additions and 5 deletions
|
@ -30,12 +30,9 @@ namespace Ryujinx.HLE.HOS.Services.Pctl
|
|||
{
|
||||
_initialized = true;
|
||||
}
|
||||
else
|
||||
else if (_initialized)
|
||||
{
|
||||
if (_initialized)
|
||||
{
|
||||
Logger.PrintWarning(LogClass.ServicePctl, "Service is already initialized!");
|
||||
}
|
||||
Logger.PrintWarning(LogClass.ServicePctl, "Service is already initialized!");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue