Map session to gamepads

This commit is contained in:
loki
2020-03-15 21:22:42 +01:00
parent e0721aa104
commit 92f51622cc
7 changed files with 139 additions and 94 deletions

View File

@@ -10,7 +10,7 @@
struct sockaddr;
namespace platf {
constexpr auto MAX_GAMEPADS = 2;
constexpr auto MAX_GAMEPADS = 32;
constexpr std::uint16_t DPAD_UP = 0x0001;
constexpr std::uint16_t DPAD_DOWN = 0x0002;