service: set: Implement stubbed functions

This commit is contained in:
Narr the Reg
2024-01-14 21:04:02 -06:00
committed by german77
parent 89d6856090
commit 7f5adf8982
8 changed files with 232 additions and 64 deletions

View File

@ -20,7 +20,7 @@ void LoopProcess(Core::System& system) {
auto server_manager = std::make_unique<ServerManager>(system);
std::shared_ptr<ResourceManager> resource_manager = std::make_shared<ResourceManager>(system);
std::shared_ptr<HidFirmwareSettings> firmware_settings =
std::make_shared<HidFirmwareSettings>();
std::make_shared<HidFirmwareSettings>(system);
// TODO: Remove this hack when am is emulated properly.
resource_manager->Initialize();