mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Turn command_event_save_current_config into static function
This commit is contained in:
parent
9637e4ee29
commit
5f5ac1557e
1 changed files with 1 additions and 1 deletions
|
@ -1575,7 +1575,7 @@ static bool command_event_save_core_config(void)
|
|||
* Saves current configuration file to disk, and (optionally)
|
||||
* autosave state.
|
||||
**/
|
||||
void command_event_save_current_config(int override_type)
|
||||
static void command_event_save_current_config(int override_type)
|
||||
{
|
||||
char msg[128] = {0};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue