mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-24 06:52:08 -06:00
service: set: Implement more Qlaunch Settings
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
namespace Service::HID {
|
||||
|
||||
HidFirmwareSettings::HidFirmwareSettings(Core::System& system) {
|
||||
m_set_sys = system.ServiceManager().GetService<Service::Set::ISystemSettingsServer>("set:sys");
|
||||
m_set_sys =
|
||||
system.ServiceManager().GetService<Service::Set::ISystemSettingsServer>("set:sys", true);
|
||||
LoadSettings(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user