mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Small fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2492 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
660bdaac19
commit
5b033732b8
@ -536,6 +536,7 @@ std::string GetPluginsDirectory()
|
||||
pluginsDir = PLUGINS_DIR;
|
||||
#endif
|
||||
|
||||
pluginsDir += DIR_SEP;
|
||||
INFO_LOG(COMMON, "GetPluginsDirectory: Setting to %s:", pluginsDir.c_str());
|
||||
return pluginsDir;
|
||||
|
||||
@ -557,6 +558,7 @@ std::string GetSysDirectory()
|
||||
sysDir = SYSDATA_DIR;
|
||||
#endif
|
||||
|
||||
sysDir += DIR_SEP;
|
||||
INFO_LOG(COMMON, "GetSysDirectory: Setting to %s:", sysDir.c_str());
|
||||
return sysDir;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user