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;
|
pluginsDir = PLUGINS_DIR;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
pluginsDir += DIR_SEP;
|
||||||
INFO_LOG(COMMON, "GetPluginsDirectory: Setting to %s:", pluginsDir.c_str());
|
INFO_LOG(COMMON, "GetPluginsDirectory: Setting to %s:", pluginsDir.c_str());
|
||||||
return pluginsDir;
|
return pluginsDir;
|
||||||
|
|
||||||
|
@ -557,6 +558,7 @@ std::string GetSysDirectory()
|
||||||
sysDir = SYSDATA_DIR;
|
sysDir = SYSDATA_DIR;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
sysDir += DIR_SEP;
|
||||||
INFO_LOG(COMMON, "GetSysDirectory: Setting to %s:", sysDir.c_str());
|
INFO_LOG(COMMON, "GetSysDirectory: Setting to %s:", sysDir.c_str());
|
||||||
return sysDir;
|
return sysDir;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue