Load correct sample

This commit is contained in:
momo5502
2025-04-18 08:40:22 +02:00
parent 31906fef2d
commit 11a19593d9

View File

@@ -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("/")) {