Update dosdef.html

master
zmv7 2021-01-22 11:29:39 +05:00 committed by GitHub
parent 6581189bc7
commit ff4669415a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
autolock: true,
}).ready(function (fs, main) {
fs.extract("https://dl.dropbox.com/s/unitcwcckxwijy9/DOSDEF.zip").then(function () {
fs.createFile("dosbox.conf", `
[joystick]
joysticktype=none
`);
main(["-c", "dosdef"]).then(function (ci) {
window.ci = ci;
});