Skip to content
Snippets Groups Projects
Unverified Commit 99a8f7fb authored by Narr the Reg's avatar Narr the Reg Committed by GitHub
Browse files

Merge pull request #12097 from Squall-Leonhart/ResourceToGetResource

service: hid: Ensure resource manager is initialized
parents 12fba361 8ae26df1
No related branches found
No related tags found
No related merge requests found
...@@ -1563,7 +1563,7 @@ void IHidServer::CreateActiveVibrationDeviceList(HLERequestContext& ctx) { ...@@ -1563,7 +1563,7 @@ void IHidServer::CreateActiveVibrationDeviceList(HLERequestContext& ctx) {
IPC::ResponseBuilder rb{ctx, 2, 0, 1}; IPC::ResponseBuilder rb{ctx, 2, 0, 1};
rb.Push(ResultSuccess); rb.Push(ResultSuccess);
rb.PushIpcInterface<IActiveVibrationDeviceList>(system, resource_manager); rb.PushIpcInterface<IActiveVibrationDeviceList>(system, GetResourceManager());
} }
void IHidServer::PermitVibration(HLERequestContext& ctx) { void IHidServer::PermitVibration(HLERequestContext& ctx) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment