Browse Source
Merge pull request #12097 from Squall-Leonhart/ResourceToGetResource
service: hid: Ensure resource manager is initialized
pull/15/merge
Narr the Reg
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/hle/service/hid/hid_server.cpp
|
|
|
@ -1563,7 +1563,7 @@ void IHidServer::CreateActiveVibrationDeviceList(HLERequestContext& ctx) { |
|
|
|
|
|
|
|
IPC::ResponseBuilder rb{ctx, 2, 0, 1}; |
|
|
|
rb.Push(ResultSuccess); |
|
|
|
rb.PushIpcInterface<IActiveVibrationDeviceList>(system, resource_manager); |
|
|
|
rb.PushIpcInterface<IActiveVibrationDeviceList>(system, GetResourceManager()); |
|
|
|
} |
|
|
|
|
|
|
|
void IHidServer::PermitVibration(HLERequestContext& ctx) { |
|
|
|
|