mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
configuration.c - move static functions to top of file
This commit is contained in:
parent
02b542e2a5
commit
c0f3c5d083
2 changed files with 1084 additions and 1090 deletions
2168
configuration.c
2168
configuration.c
File diff suppressed because it is too large
Load diff
|
@ -832,10 +832,14 @@ const char *config_get_default_joypad(void);
|
|||
const char *config_get_default_menu(void);
|
||||
|
||||
const char *config_get_default_midi(void);
|
||||
const char *config_get_midi_driver_options(void);
|
||||
|
||||
const char *config_get_default_record(void);
|
||||
|
||||
const char *config_get_default_led(void);
|
||||
|
||||
const char *config_get_midi_driver_options(void);
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIGFILE
|
||||
/**
|
||||
* config_load_override:
|
||||
|
|
Loading…
Add table
Reference in a new issue