mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 10:27:54 +00:00
hid: service: Implement Last active Npad
This commit is contained in:
parent
7f1f2ac887
commit
d6aef45e6d
4 changed files with 20 additions and 1 deletions
|
@ -2768,7 +2768,7 @@ private:
|
|||
|
||||
IPC::ResponseBuilder rb{ctx, 3};
|
||||
rb.Push(ResultSuccess);
|
||||
rb.PushEnum(Core::HID::NpadIdType::Handheld);
|
||||
rb.PushEnum(system.HIDCore().GetLastActiveController());
|
||||
}
|
||||
|
||||
void GetUniquePadsFromNpad(HLERequestContext& ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue