service: set: Implement stubbed functions
This commit is contained in:
parent
89d6856090
commit
7f5adf8982
8 changed files with 232 additions and 64 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue