early-access version 2419
This commit is contained in:
parent
7f330eb979
commit
b3cd3d3048
@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 2418.
|
This is the source code for early-access 2419.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -1177,7 +1177,8 @@ void Hid::SetNpadAnalogStickUseCenterClamp(Kernel::HLERequestContext& ctx) {
|
|||||||
|
|
||||||
const auto parameters{rp.PopRaw<Parameters>()};
|
const auto parameters{rp.PopRaw<Parameters>()};
|
||||||
|
|
||||||
applet_resource->GetController<Controller_NPad>(HidController::NPad)
|
GetAppletResource()
|
||||||
|
->GetController<Controller_NPad>(HidController::NPad)
|
||||||
.SetAnalogStickUseCenterClamp(parameters.analog_stick_use_center_clamp);
|
.SetAnalogStickUseCenterClamp(parameters.analog_stick_use_center_clamp);
|
||||||
|
|
||||||
LOG_WARNING(Service_HID,
|
LOG_WARNING(Service_HID,
|
||||||
|
Loading…
Reference in New Issue
Block a user