hostile-takeover/game/sdl/android/src
Nathan Fulton d6ba6076e0 AndroidLib don't copy htdata832.pdb and htsfx.pdb
In the initial Android port, stdio FILE I/O was being used to read files. However, files in Android assets cannot be read via this method. To hack around this, the data .pdbs were copied out of Android assets into a location where they could be read.
But now the game data read with the host I/O code. The host I/O is code is responsible for ensuring that data can be read from Android assets. Hence, the old .pdb copying hack is no longer necessary.
2017-10-21 20:46:54 -04:00
..
com/spiffcode/ht AndroidLib don't copy htdata832.pdb and htsfx.pdb 2017-10-21 20:46:54 -04:00
org/libsdl/app Symlink Android SDLActivity.java from libs 2017-10-21 20:46:53 -04:00