From 11a19593d98da6a2cd9158226e3971cb6376157e Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 18 Apr 2025 08:40:22 +0200 Subject: [PATCH] Load correct sample --- page/emulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("/")) {