Update for latest mruby, emscripten

This commit is contained in:
Varun Patil 2019-05-07 22:35:40 +05:30
parent bd75100d24
commit 0dbe2008af
9 changed files with 2728 additions and 3153 deletions

View file

@ -38,4 +38,5 @@ bool SDL_rw_file_helper::write(char * data) {
}
SDL_RWclose(rw);
}
return false;
}