dolphin/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient
Lioncash 278d03f737 InputCommon/DualShockUDPClient: Make use of std::array where applicable
Provides the same semantics of a C array, but is much nicer to work
with.

Notably, it makes all cases of performing comparisons with said arrays
significantly less reading-involved.
2019-11-22 17:06:07 -05:00
..
DualShockUDPClient.cpp InputCommon/DualShockUDPClient: Make use of std::array where applicable 2019-11-22 17:06:07 -05:00
DualShockUDPClient.h InputCommon/DualShockUDPClient: Add missing header guard 2019-11-22 15:56:26 -05:00
DualShockUDPProto.h InputCommon/DualShockUDPClient: Make use of std::array where applicable 2019-11-22 17:06:07 -05:00