fix: home menu is no longer paused when launching apps
This commit is contained in:
parent
7e59519709
commit
125edb894b
@ -621,7 +621,7 @@ namespace Ryujinx.HLE.HOS.Applets
|
|||||||
public void PauseOldWindows(ulong pid)
|
public void PauseOldWindows(ulong pid)
|
||||||
{
|
{
|
||||||
RealApplet applet = GetByAruId(pid);
|
RealApplet applet = GetByAruId(pid);
|
||||||
if (applet?.CallerApplet != null)
|
if (applet?.CallerApplet != null&&applet?.CallerApplet!=_homeMenu)
|
||||||
{
|
{
|
||||||
applet.CallerApplet.ProcessHandle.SetActivity(true);
|
applet.CallerApplet.ProcessHandle.SetActivity(true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user