logging fix

This commit is contained in:
Madthijs
2021-05-04 18:11:03 +02:00
parent 2277d1340c
commit b96acad0ca
4 changed files with 13 additions and 20 deletions

View File

@@ -235,8 +235,6 @@ void GpFileSystem_X::Init()
int created = mkdir(prefsPath.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
}
SDL_free(prefsDir);
printf("Base path %s \n", m_basePath.c_str());
}
bool GpFileSystem_X::FileExists(PortabilityLayer::VirtualDirectory_t virtualDirectory, const char *path)