Fix audio support on Android (non-legacy)

This commit is contained in:
Joshua Granick
2015-02-04 13:40:57 -08:00
parent 5467964453
commit d6f6e92663
5 changed files with 30 additions and 2 deletions

View File

@@ -15,6 +15,13 @@ namespace lime {
}
int FILE_HANDLE::getLength () {
return 0;
}
int fclose (FILE_HANDLE *stream) {
if (stream) {