mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
Properly extern.
This commit is contained in:
parent
47f95020f0
commit
4bd53c0b96
@ -68,7 +68,7 @@ enum ps3_device_id
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern uint64_t platform_keybind_lut[SSNES_LAST_PLATFORM_KEY];
|
extern uint64_t platform_keybind_lut[SSNES_LAST_PLATFORM_KEY];
|
||||||
char platform_keybind_name_lut[SSNES_LAST_PLATFORM_KEY][256];
|
extern char platform_keybind_name_lut[SSNES_LAST_PLATFORM_KEY][256];
|
||||||
extern uint64_t default_keybind_lut[SSNES_FIRST_META_KEY];
|
extern uint64_t default_keybind_lut[SSNES_FIRST_META_KEY];
|
||||||
extern const char *default_libsnes_keybind_name_lut[SSNES_FIRST_META_KEY];
|
extern const char *default_libsnes_keybind_name_lut[SSNES_FIRST_META_KEY];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user