Xcode project

This commit is contained in:
Madthijs
2021-04-19 12:10:34 +02:00
parent bf1dad34c3
commit 08349fc6db
69 changed files with 4499 additions and 1 deletions

View File

@@ -238,6 +238,8 @@ 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)