fix acceleration

This commit is contained in:
Will Scullin 2021-07-04 19:15:02 -07:00
parent 66da9d268f
commit 389cd857e0
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -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:
{