aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-17 20:25:17 -0400
committerGitHub <noreply@github.com>2018-10-17 20:25:17 -0400
commit7dee60d7d24dabcc2c52c8c2135f1c89adb57ff6 (patch)
tree042bae044e7b1f05eb5a561eefe37d847e0417cf /src/core/hle/service/nfp
parent77e2d68df7ef87168f286169c620701a2b2f298e (diff)
parent8144fa42bdeb96524f506f935109df128f961847 (diff)
Merge pull request #1444 from ogniK5377/better-hid
"Better Hid" Rework Part 1
Diffstat (limited to 'src/core/hle/service/nfp')
-rw-r--r--src/core/hle/service/nfp/nfp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfp/nfp.cpp b/src/core/hle/service/nfp/nfp.cpp
index 8c07a05c2..39c0c1e63 100644
--- a/src/core/hle/service/nfp/nfp.cpp
+++ b/src/core/hle/service/nfp/nfp.cpp
@@ -144,7 +144,7 @@ private:
}
const u64 device_handle{0xDEAD};
- const HID::ControllerID npad_id{HID::Controller_Player1};
+ const u32 npad_id{0}; // This is the first player controller id
State state{State::NonInitialized};
DeviceState device_state{DeviceState::Initialized};
Kernel::SharedPtr<Kernel::Event> activate_event;