mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-14 07:52:08 -07: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