Fix SaveCurrentScreenshot (ryubing/ryujinx!230)

See merge request ryubing/ryujinx!230
This commit is contained in:
Princess Piplup
2025-12-04 23:35:17 +00:00
committed by GreemDev
parent b018a44ff0
commit 52700f71dc
5 changed files with 20 additions and 2 deletions

View File

@@ -416,7 +416,7 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE.AllSystemAppletProxiesService.Sys
return ResultCode.InvalidParameters;
}
Logger.Stub?.PrintStub(LogClass.ServiceAm, new { albumReportOption });
context.Device.UIHandler.TakeScreenshot();
return ResultCode.Success;
}