mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
Add else path for defining SR_CONFIG_PATH
This commit is contained in:
parent
adfabcb742
commit
9d92888846
2
deps/switchres/switchres.cpp
vendored
2
deps/switchres/switchres.cpp
vendored
@ -23,7 +23,7 @@ const string WHITESPACE = " \n\r\t\f\v";
|
||||
|
||||
#if defined(_WIN32)
|
||||
#define SR_CONFIG_PATHS ";.\\;.\\ini\\;"
|
||||
#elif defined(__linux__)
|
||||
#else
|
||||
#define SR_CONFIG_PATHS ";./;./ini/;/etc/;"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user