SDL-mirror/src/filesystem
Edward Rudd 7c3d505c9c reworked GetBasePath on OS X to use Contents/Resource by default if bundled, or exedir if not bundled.
- also adds OS X specific magic for bundled apps adding an Info.plist property of name SDL_FILESYSTEM_BASE_DIR_TYPE to the following values will change the bahaviour.
* bundle -- use the bundle directory e.g. "/Applications/MyGame/Blah.app/"
* parent -- use the bundle parent directory e.g. "/Applications/MyGame/"
* resource -- use the bundle resource directory (default) e.g. "/Applications/MyGame/Blah.app/Contents/Resources/"
2013-08-25 11:24:01 -04:00
..
beos Actually, this should be a memcpy(). 2013-08-20 23:20:32 -04:00
cocoa reworked GetBasePath on OS X to use Contents/Resource by default if bundled, or exedir if not bundled. 2013-08-25 11:24:01 -04:00
dummy
unix Minor FreeBSD code cleanup. 2013-08-24 21:15:10 -04:00
windows More Windows fixes for filesystem code. 2013-08-20 20:29:30 -04:00