Skip to content

Commit 416cd52

Browse files
committed
🐛 workaround for dosbox crash
"exitCode": 3221225477 when output set as overlay
1 parent e318aea commit 416cd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
},
290290
"default": {
291291
"sdl.windowresolution": "1024x640",
292-
"sdl.output": "overlay"
292+
"sdl.output": "opengl"
293293
},
294294
"markdownDescription": "%config.boxconfig.description%"
295295
},

0 commit comments

Comments
 (0)