mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Add some missing INI files to FileUtil
This commit is contained in:
parent
f80f7b6f9c
commit
a2f5c3dbe0
3 changed files with 19 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue