master
zmv7 2021-11-26 13:44:26 +05:00 committed by GitHub
parent fa6741aba9
commit a1287e830b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ machine=cga
frameskip=0
aspect=true
`);
main(["-c", "marble"]).then(function (ci) {
main(["-conf", "dosbox.conf", "-c", "marble"]).then(function (ci) {
window.ci = ci;
});
});