SDL/src/filesystem
Sam Lantinga deb8086b08 Fixed bug 2072 - Make OS X's filesystem calls use -[NSString fileSystemRepresentation]
C.W. Betts

The recommended way of getting a file name that POSIX file APIs can open in OS X when using an NSString is -[NSString fileSystemRepresentation]. However, the current filesystem API in hg uses -[NSString UTF8String].
2013-10-21 00:20:27 -07:00
..
beos Actually, this should be a memcpy(). 2013-08-20 23:20:32 -04:00
cocoa Fixed bug 2072 - Make OS X's filesystem calls use -[NSString fileSystemRepresentation] 2013-10-21 00:20:27 -07:00
dummy Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 2013-08-20 19:57:11 -04:00
unix Christoph Mallon: Remove pointless if (x) before SDL_free(x) 2013-08-29 08:29:21 -07:00
windows More Windows fixes for filesystem code. 2013-08-20 20:29:30 -04:00