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

@ -34,6 +34,10 @@ namespace Service::KernelHelpers {
class ServiceContext;
} // namespace Service::KernelHelpers
namespace Service::Set {
class ISystemSettingsServer;
}
union Result;
namespace Service::HID {
@ -128,7 +132,8 @@ public:
void UnregisterAppletResourceUserId(u64 aruid);
void SetNpadExternals(std::shared_ptr<AppletResource> resource,
std::recursive_mutex* shared_mutex,
std::shared_ptr<HandheldConfig> handheld_config);
std::shared_ptr<HandheldConfig> handheld_config,
std::shared_ptr<Service::Set::ISystemSettingsServer> settings);
AppletDetailedUiType GetAppletDetailedUiType(Core::HID::NpadIdType npad_id);