Allow Android platforms to read from .apk files via the RWOPS interface.

Fixes Bugzilla #1261.

Thanks to Tim Angus for the patch!
This commit is contained in:
Ryan C. Gordon 2011-07-29 16:51:25 -04:00
parent 58faae483b
commit 247346d526
5 changed files with 276 additions and 2 deletions

View file

@ -114,6 +114,10 @@ public class SDLActivity extends Activity {
mSingleton.sendCommand(COMMAND_CHANGE_TITLE, title);
}
public static Context getContext() {
return mSingleton;
}
// Audio
private static Object buf;