Add to joyconfig.

This commit is contained in:
Themaister 2012-03-04 12:01:41 +01:00
parent ea0233716e
commit fd54b26532

View File

@ -104,6 +104,7 @@ static struct bind binds[] = {
MISC_BIND("DSP config", dsp_config)
MISC_BIND("Audio mute/unmute", audio_mute)
MISC_BIND("Netplay player flip", netplay_flip_players)
MISC_BIND("Slow motion", slowmotion)
};
static void get_binds(config_file_t *conf, int player, int joypad)