mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 13:13:57 +00:00
Load correct sample
This commit is contained in:
@@ -11,7 +11,7 @@ function logLine(text) {
|
||||
|
||||
function runEmulation(filesystem) {
|
||||
globalThis.Module = {
|
||||
arguments: ["-b", "-c", "-e", "./root", "c:/lul.exe",],
|
||||
arguments: ["-b", "-c", "-e", "./root", "c:/test-sample.exe",],
|
||||
onRuntimeInitialized: function () {
|
||||
filesystem.forEach(e => {
|
||||
if (e.name.endsWith("/")) {
|
||||
|
||||
Reference in New Issue
Block a user