Support persisting filesystem

This commit is contained in:
momo5502
2025-06-15 17:33:29 +02:00
parent b51dd0e94a
commit 8ece8a556d
5 changed files with 48 additions and 11 deletions

View File

@@ -75,6 +75,7 @@ export class Emulator {
data: {
file,
options: translateSettings(settings),
persist: settings.persist,
},
});
}