mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
forgot return value on windows
can't check it though git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@445 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -103,7 +103,8 @@ bool File::CreateDir(const std::string &path)
|
|||||||
|
|
||||||
std::string GetUserDirectory() {
|
std::string GetUserDirectory() {
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
//TODO #endif
|
//TODO
|
||||||
|
return std::string("");
|
||||||
#else
|
#else
|
||||||
char *dir = getenv("HOME");
|
char *dir = getenv("HOME");
|
||||||
if (!dir)
|
if (!dir)
|
||||||
|
Reference in New Issue
Block a user