service: set: Migrate ISystemSettingsServer to new IPC

This commit is contained in:
Narr the Reg
2024-02-13 21:08:30 -06:00
parent d66715a9a4
commit 43715edd7e
12 changed files with 709 additions and 1072 deletions
@@ -48,7 +48,7 @@ Result TouchResource::ActivateTouch() {
}
Set::TouchScreenMode touch_mode{Set::TouchScreenMode::Standard};
m_set_sys->GetTouchScreenMode(touch_mode);
m_set_sys->GetTouchScreenMode(&touch_mode);
default_touch_screen_mode = static_cast<Core::HID::TouchScreenModeForNx>(touch_mode);
global_ref_counter++;