diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/nfp/nfp.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/nfp/nfp.cpp b/src/core/hle/service/nfp/nfp.cpp index fb89f6911..e0ed3f771 100644 --- a/src/core/hle/service/nfp/nfp.cpp +++ b/src/core/hle/service/nfp/nfp.cpp | |||
| @@ -1069,7 +1069,9 @@ DeviceState Module::Interface::GetCurrentState() const { | |||
| 1069 | } | 1069 | } |
| 1070 | 1070 | ||
| 1071 | Core::HID::NpadIdType Module::Interface::GetNpadId() const { | 1071 | Core::HID::NpadIdType Module::Interface::GetNpadId() const { |
| 1072 | return npad_id; | 1072 | // Return first connected npad id as a workaround for lack of a single nfc interface per |
| 1073 | // controller | ||
| 1074 | return system.HIDCore().GetFirstNpadId(); | ||
| 1073 | } | 1075 | } |
| 1074 | 1076 | ||
| 1075 | AmiiboName Module::Interface::GetAmiiboName(const AmiiboSettings& settings) const { | 1077 | AmiiboName Module::Interface::GetAmiiboName(const AmiiboSettings& settings) const { |