service: set: Implement more settings functions for Qlaunch

This commit is contained in:
Narr the Reg
2024-01-22 23:30:34 -06:00
parent e04368ad7c
commit 53b321c945
16 changed files with 289 additions and 88 deletions

View File

@ -33,7 +33,7 @@ void LoopProcess(Core::System& system) {
server_manager->RegisterNamedService(
"hid:dbg", std::make_shared<IHidDebugServer>(system, resource_manager));
server_manager->RegisterNamedService(
"hid:sys", std::make_shared<IHidSystemServer>(system, resource_manager));
"hid:sys", std::make_shared<IHidSystemServer>(system, resource_manager, firmware_settings));
server_manager->RegisterNamedService("hidbus", std::make_shared<HidBus>(system));