mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
fix DECL_AUTOCONF_DEVICE macro
don't use string literal replacement for binds, which is a macro its self
This commit is contained in:
parent
f76a0c4953
commit
a79ac53f4b
@ -20,6 +20,6 @@
|
||||
#define DECL_BTN(btn, bind) "input_" #btn "_btn = " #bind "\n"
|
||||
#define DECL_AXIS(axis, bind) "input_" #axis "_axis = " #bind "\n"
|
||||
#define DECL_MENU(btn) "input_menu_toggle_btn = " #btn "\n"
|
||||
#define DECL_AUTOCONF_DEVICE(device, driver, binds) "input_device = \"" #device "\" \ninput_driver = \"" #driver "\" \n" #binds
|
||||
#define DECL_AUTOCONF_DEVICE(device, driver, binds) "input_device = \"" #device "\" \ninput_driver = \"" #driver "\" \n" binds
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user