]> git.xonotic.org Git - xonotic/darkplaces.git/commit
File system: Android assets support.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 20 Jul 2016 13:13:00 +0000 (13:13 +0000)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 18 Aug 2016 15:42:39 +0000 (17:42 +0200)
commitf83199a284863a11e7729a1712782f7828b62bc1
treedace0e0e6006659bc5a83a97a2582a6d8e000d13
parent8233b82dcfe52bddb3795763115b73f20ebe292f
File system: Android assets support.

For this, we must use SDL_RWops for accessing packs (and files), so
let's emulate file descriptors using them.

The main catch is that SDL_RWops have no dup() equivalent, so we're
emulating that as well. Not particularly fast, but well...

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12264 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=1339d6a876c75a1224d93cdb75e12e5d6486a3d0
filematch.c
fs.c
fs.h
makefile.inc