Mercurial > repos > blastem
view emscripten_pre.js @ 2710:842de15d6b59 default tip
Add ROM DB entry for both US and European versions of BTFF3
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 07 Jul 2025 22:54:07 -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(); }); }];