mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
Update joyconfig.
This commit is contained in:
parent
ac85037fc1
commit
9f3b86e893
@ -94,6 +94,9 @@ static struct bind binds[] = {
|
|||||||
MISC_BIND("Reset", reset)
|
MISC_BIND("Reset", reset)
|
||||||
MISC_BIND("Next shader", shader_next)
|
MISC_BIND("Next shader", shader_next)
|
||||||
MISC_BIND("Previous shader", shader_prev)
|
MISC_BIND("Previous shader", shader_prev)
|
||||||
|
MISC_BIND("Toggle cheat on/off", cheat_toggle)
|
||||||
|
MISC_BIND("Cheat index plus", cheat_index_plus)
|
||||||
|
MISC_BIND("Cheat index minus", cheat_index_minus)
|
||||||
};
|
};
|
||||||
|
|
||||||
static void get_binds(config_file_t *conf, int player, int joypad)
|
static void get_binds(config_file_t *conf, int player, int joypad)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user