libretro: Use bitmasks for input

This commit is contained in:
Connor McLaughlin
2020-08-19 00:41:34 +10:00
parent e1c29510f1
commit f704cc64c3
2 changed files with 37 additions and 8 deletions

View File

@ -92,6 +92,8 @@ private:
retro_rumble_interface m_rumble_interface = {};
bool m_rumble_interface_valid = false;
bool m_supports_input_bitmasks = false;
bool m_interfaces_initialized = false;
};
extern LibretroHostInterface g_libretro_host_interface;