Mercurial > repos > blastem
view emscripten_pre.js @ 2681:c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 26 Mar 2025 01:20:55 -0700 |
parents | 99297d5f4c5d |
children |
line wrap: on
line source
Module.noInitialRun = true; Module.preRun = [() => { FS.mount(IDBFS, {autoPersist: true}, '/home/web_user'); FS.syncfs(true, (err) => { if (err) { console.log('Error loading IDBFS', err); } Module.callMain(); }); }];