Lua: Fix type confusion between signed and unsigned
[lsnes.git] / include / interface / controller.hpp
blob6838c5e518e09b912266f38cb92a0c108b24358d
1 #ifndef _interface__controller__hpp__included__
2 #define _interface__controller__hpp__included__
4 #include "library/portctrl-data.hpp"
6 struct controller_set
8 struct portctrl::index_map portindex();
9 std::vector<portctrl::type*> ports;
10 std::vector<std::pair<unsigned, unsigned>> logical_map;
13 extern uint32_t magic_flags;
15 #endif