fix: software keyboard not working on miiEdit
This commit is contained in:
parent
8bc5d1e61d
commit
85f47f996c
@ -592,7 +592,7 @@ namespace Ryujinx.HLE.HOS.Applets
|
||||
{
|
||||
if (_applets.TryGetValue(pid, out applet))
|
||||
{
|
||||
if (_applets.Count > 1)
|
||||
if (_applets.Count > 2)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
@ -135,6 +135,9 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.Sys
|
||||
Logger.Stub?.PrintStub(LogClass.ServiceAm);
|
||||
|
||||
_acquiredSleepLockEvent.ReadableEvent.Signal();
|
||||
|
||||
_applet.AppletState.SetFocusForce(true);
|
||||
context.Device.System.WindowSystem.RequestApplicationToGetForeground(_applet.ProcessHandle.Pid);
|
||||
|
||||
return ResultCode.Success;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user