From 9f3b86e893bd2f9a51c0e5ed4fd1b95992276d98 Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 4 May 2011 22:25:27 +0200 Subject: [PATCH] Update joyconfig. --- tools/ssnes-joyconfig.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/ssnes-joyconfig.c b/tools/ssnes-joyconfig.c index 8774919ef6..070d25a14d 100644 --- a/tools/ssnes-joyconfig.c +++ b/tools/ssnes-joyconfig.c @@ -94,6 +94,9 @@ static struct bind binds[] = { MISC_BIND("Reset", reset) MISC_BIND("Next shader", shader_next) 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)