maemo: Remove!
This commit is contained in:
parent
705627d6d3
commit
94d57f4573
16 changed files with 20 additions and 65 deletions
|
@ -336,7 +336,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch
|
|||
// most sense.
|
||||
g_Config.memStickDirectory = std::string(external_dir) + "/";
|
||||
g_Config.flash0Directory = std::string(external_dir) + "/flash0/";
|
||||
#elif defined(MAEMO) || defined(IOS)
|
||||
#elif defined(IOS)
|
||||
g_Config.memStickDirectory = user_data_path;
|
||||
g_Config.flash0Directory = std::string(external_dir) + "/flash0/";
|
||||
#elif !defined(_WIN32)
|
||||
|
@ -446,7 +446,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch
|
|||
if (g_Config.currentDirectory == "") {
|
||||
#if defined(__ANDROID__)
|
||||
g_Config.currentDirectory = external_dir;
|
||||
#elif defined(MAEMO) || defined(IOS) || defined(_WIN32)
|
||||
#elif defined(IOS) || defined(_WIN32)
|
||||
g_Config.currentDirectory = savegame_dir;
|
||||
#else
|
||||
if (getenv("HOME") != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue