config: Change settings extension to .toml

This commit is contained in:
Matt Borgerson 2022-04-22 02:31:17 -07:00 committed by mborgerson
parent cbf01c9c61
commit dc669aca41
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
struct config g_config;
static bool settings_failed_to_load = true;
static const char *filename = "xemu.ini";
static const char *filename = "xemu.toml";
static const char *settings_path;
static bool xemu_settings_detect_portable_mode(void)