aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid/irs.cpp
diff options
context:
space:
mode:
authorNarr the Reg <[email protected]>2023-11-07 11:02:13 -0600
committergerman77 <[email protected]>2023-11-11 00:28:12 -0600
commite588f341edfa208743e1202382ddf0929bff13be (patch)
tree7851d74d68c90a1d5f4df8a7941f837148d6b909 /src/core/hle/service/hid/irs.cpp
parent2f9487cd38aae71187b2f324a45b7e3657f18b48 (diff)
downloadyuzu-android-e588f341edfa208743e1202382ddf0929bff13be.tar.gz
yuzu-android-e588f341edfa208743e1202382ddf0929bff13be.zip
service: irs: Implement moment image processor
Diffstat (limited to 'src/core/hle/service/hid/irs.cpp')
-rw-r--r--src/core/hle/service/hid/irs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/irs.cpp b/src/core/hle/service/hid/irs.cpp
index 221c33b86..d383a266d 100644
--- a/src/core/hle/service/hid/irs.cpp
+++ b/src/core/hle/service/hid/irs.cpp
@@ -138,7 +138,7 @@ void IRS::RunMomentProcessor(HLERequestContext& ctx) {
if (result.IsSuccess()) {
auto& device = GetIrCameraSharedMemoryDeviceEntry(parameters.camera_handle);
- MakeProcessor<MomentProcessor>(parameters.camera_handle, device);
+ MakeProcessorWithCoreContext<MomentProcessor>(parameters.camera_handle, device);
auto& image_transfer_processor = GetProcessor<MomentProcessor>(parameters.camera_handle);
image_transfer_processor.SetConfig(parameters.processor_config);
npad_device->SetPollingMode(Core::HID::EmulatedDeviceIndex::RightIndex,