Skip to content

Commit

Permalink
use dosbox as default backend
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Dec 29, 2023
1 parent 953b0fc commit 6454594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/dos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const initialState: {
bundle: null,
config: {},
worker: lStorage.getItem("worker") !== "false",
backend: (lStorage.getItem("backend") ?? "dosboxX") as Backend,
backend: (lStorage.getItem("backend") ?? "dosbox") as Backend,
backendLocked: false,
renderBackend: (lStorage.getItem("renderBackend") ?? "webgl") as RenderBackend,
renderAspect: (lStorage.getItem("renderAspect") ?? "AsIs") as RenderAspect,
Expand Down

0 comments on commit 6454594

Please sign in to comment.