mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add some missing INI files to FileUtil
This commit is contained in:
@ -87,8 +87,13 @@
|
||||
// Filenames
|
||||
// Files in the directory returned by GetUserPath(D_CONFIG_IDX)
|
||||
#define DOLPHIN_CONFIG "Dolphin.ini"
|
||||
#define GCPAD_CONFIG "GCPadNew.ini"
|
||||
#define WIIPAD_CONFIG "WiimoteNew.ini"
|
||||
#define GCKEYBOARD_CONFIG "GCKeyNew.ini"
|
||||
#define GFX_CONFIG "GFX.ini"
|
||||
#define DEBUGGER_CONFIG "Debugger.ini"
|
||||
#define LOGGER_CONFIG "Logger.ini"
|
||||
#define UI_CONFIG "UI.ini"
|
||||
|
||||
// Files in the directory returned by GetUserPath(D_LOGS_IDX)
|
||||
#define MAIN_LOG "dolphin.log"
|
||||
|
Reference in New Issue
Block a user