Merge pull request #12660 from german77/better-vibration

service: hid: Fully implement abstract vibration
This commit is contained in:
liamwhite 2024-01-20 13:34:54 -05:00 committed by GitHub
commit 5838779162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 905 additions and 448 deletions

View file

@ -26,6 +26,7 @@ void LoopProcess(Core::System& system) {
resource_manager->Initialize();
resource_manager->RegisterAppletResourceUserId(system.ApplicationProcess()->GetProcessId(),
true);
resource_manager->SetAruidValidForVibration(system.ApplicationProcess()->GetProcessId(), true);
server_manager->RegisterNamedService(
"hid", std::make_shared<IHidServer>(system, resource_manager, firmware_settings));