Remove vita workaround

This commit is contained in:
Ivan Epifanov 2021-04-28 15:54:17 +03:00 committed by Anders Jenbo
commit e9d4c85fab

View file

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