mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fall back to default theme when the configured theme doesn't exist
This commit is contained in:
parent
10682dbf58
commit
ed42467e87
3 changed files with 12 additions and 5 deletions
|
@ -78,6 +78,9 @@
|
|||
// This one is only used to remove it if it was present
|
||||
#define SHADERCACHE_LEGACY_DIR "ShaderCache"
|
||||
|
||||
// The theme directory used by default
|
||||
#define DEFAULT_THEME_DIR "Clean"
|
||||
|
||||
// Filenames
|
||||
// Files in the directory returned by GetUserPath(D_CONFIG_IDX)
|
||||
#define DOLPHIN_CONFIG "Dolphin.ini"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue