mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 03:00:24 +00:00
Properly extern.
This commit is contained in:
parent
47f95020f0
commit
4bd53c0b96
@ -68,7 +68,7 @@ enum ps3_device_id
|
||||
#endif
|
||||
|
||||
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 const char *default_libsnes_keybind_name_lut[SSNES_FIRST_META_KEY];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user