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.TryGetValue(pid, out applet))
|
||||||
{
|
{
|
||||||
if (_applets.Count > 1)
|
if (_applets.Count > 2)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -136,6 +136,9 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.Sys
|
|||||||
|
|
||||||
_acquiredSleepLockEvent.ReadableEvent.Signal();
|
_acquiredSleepLockEvent.ReadableEvent.Signal();
|
||||||
|
|
||||||
|
_applet.AppletState.SetFocusForce(true);
|
||||||
|
context.Device.System.WindowSystem.RequestApplicationToGetForeground(_applet.ProcessHandle.Pid);
|
||||||
|
|
||||||
return ResultCode.Success;
|
return ResultCode.Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user