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:
Zephyron 2025-02-16 12:02:52 +10:00 committed by Mike Lothian
parent 01a45b4abc
commit a525f2e317

View File

@ -291,7 +291,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;