mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 22:25:43 +02:00
oops
This commit is contained in:
parent
558bebd76a
commit
5f416b97e5
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ void NPad::InitNewlyAddedController(u64 aruid, Core::HID::NpadIdType npad_id) {
|
||||||
auto* shared_memory = controller.shared_memory;
|
auto* shared_memory = controller.shared_memory;
|
||||||
if (!shared_memory) {
|
if (!shared_memory) {
|
||||||
LOG_WARNING(Service_HID, "shared_memory is null for npad_id={}", npad_id);
|
LOG_WARNING(Service_HID, "shared_memory is null for npad_id={}", npad_id);
|
||||||
return ResultSuccess;
|
return;
|
||||||
}
|
}
|
||||||
if (controller_type == Core::HID::NpadStyleIndex::None) {
|
if (controller_type == Core::HID::NpadStyleIndex::None) {
|
||||||
npad_resource.SignalStyleSetUpdateEvent(aruid, npad_id);
|
npad_resource.SignalStyleSetUpdateEvent(aruid, npad_id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue