mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
use a std::map instead of running through the AOS
This commit is contained in:
@ -24,6 +24,7 @@ private:
|
||||
|
||||
private:
|
||||
CGKeyCode m_keycode;
|
||||
std::string m_name;
|
||||
};
|
||||
|
||||
class Cursor : public Input
|
||||
|
Reference in New Issue
Block a user