0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

Device handle should not be a random id, instead it's the current npad id

Found during hardware testing
This commit is contained in:
David Marcec 2018-12-19 14:16:30 +11:00
parent 39262921f2
commit 807e7640aa

View File

@ -317,7 +317,7 @@ private:
}
bool has_attached_handle{};
const u64 device_handle{Common::MakeMagic('Y', 'U', 'Z', 'U')};
const u64 device_handle{0}; // Npad device 1
const u32 npad_id{0}; // Player 1 controller
State state{State::NonInitialized};
DeviceState device_state{DeviceState::Initialized};