mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Fix accelarated default
This commit is contained in:
parent
13ed2d4783
commit
3abd168627
@ -78,7 +78,7 @@ export class System implements OptionHandler {
|
||||
name: SYSTEM_CPU_ACCELERATED,
|
||||
label: 'Accelerated',
|
||||
type: BOOLEAN_OPTION,
|
||||
defaultVal: true,
|
||||
defaultVal: false,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user