mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
c391249e3f
* reduce amount of calls to input_key_pressed_func all throughout rarch_main_iterate - call input_keys_pressed_func only once and then pass an input state value around to all subsequent functions * define retro_input_t typedef - simply an uint64_t for now since meta binds don't exceed 64 entries yet