Mercurial > repos > blastem
view emscripten_pre.js @ 2688:b42f00a3a937 default tip
Fix default target. Ensure m68k.h and z80.h are built before anything else when no dep info is available
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 31 Mar 2025 21:06:18 -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(); }); }];