diff --git a/Source/utils/paths.cpp b/Source/utils/paths.cpp index d6530aade..2505ce0f2 100644 --- a/Source/utils/paths.cpp +++ b/Source/utils/paths.cpp @@ -62,11 +62,7 @@ std::string FromSDL(char *s) const std::string &BasePath() { if (!basePath) { -#ifdef __vita__ - basePath = PrefPath(); -#else basePath = FromSDL(SDL_GetBasePath()); -#endif } return *basePath; }