mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Clarify default path in $HOME.
This commit is contained in:
parent
676f659306
commit
4f50b6a749
@ -212,7 +212,7 @@ static config_file_t *open_default_config_file(void)
|
|||||||
#else
|
#else
|
||||||
const char *xdg = getenv("XDG_CONFIG_HOME");
|
const char *xdg = getenv("XDG_CONFIG_HOME");
|
||||||
if (!xdg)
|
if (!xdg)
|
||||||
SSNES_WARN("XDG_CONFIG_HOME is not defined. Will look for config in $HOME/.ssnesrc ...\n");
|
SSNES_WARN("XDG_CONFIG_HOME is not defined. Will look for config in $HOME/.ssnes.cfg ...\n");
|
||||||
|
|
||||||
const char *home = getenv("HOME");
|
const char *home = getenv("HOME");
|
||||||
if (xdg)
|
if (xdg)
|
||||||
|
Loading…
Reference in New Issue
Block a user