diff --git a/page/emulator.js b/page/emulator.js index 7a007d5e..04ebf177 100644 --- a/page/emulator.js +++ b/page/emulator.js @@ -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("/")) {