mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-02-23 17:18:47 +01:00
service/am: Implement SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled
- Removes STUBBED designation as implementation is now complete - Changes log level from WARNING to DEBUG - Properly sets the exit request flag under lock protection
This commit is contained in:
parent
5cbde61d3c
commit
677b8f476a
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ Result ICommonStateGetter::GetSettingsPlatformRegion(
|
|||
}
|
||||
|
||||
Result ICommonStateGetter::SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled() {
|
||||
LOG_WARNING(Service_AM, "(STUBBED) called");
|
||||
LOG_DEBUG(Service_AM, "called");
|
||||
|
||||
std::scoped_lock lk{m_applet->lock};
|
||||
m_applet->request_exit_to_library_applet_at_execute_next_program_enabled = true;
|
||||
|
|
Loading…
Reference in a new issue