Browse Source

Remove vita workaround

pull/1626/merge
Ivan Epifanov 5 years ago committed by Anders Jenbo
parent
commit
e9d4c85fab
  1. 4
      Source/utils/paths.cpp

4
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;
}

Loading…
Cancel
Save