From 389cd857e08274928cfcfb0d3114ea20bfebd7e3 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sun, 4 Jul 2021 19:15:02 -0700 Subject: [PATCH] fix acceleration --- js/ui/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/system.ts b/js/ui/system.ts index 132abda..eb2cbe5 100644 --- a/js/ui/system.ts +++ b/js/ui/system.ts @@ -85,7 +85,7 @@ export class System implements OptionHandler { ]; } - setOption(value: string, name: string | boolean ) { + setOption(name: string, value: boolean ) { switch (name) { case SYSTEM_CPU_ACCELERATED: {