Remove vita workaround
This commit is contained in:
parent
6c4bad0af1
commit
e9d4c85fab
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue