fix gl default

This commit is contained in:
Will Scullin 2021-04-20 18:03:18 -07:00
parent 09c6d6fbb1
commit 90fc5fb7fc
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ switch (romVersion) {
}
var options = {
gl: prefs.readPref('gl_canvas') === 'true',
gl: prefs.readPref('gl_canvas', 'true') === 'true',
canvas: document.getElementById('screen'),
rom: rom,
characterRom: characterRom,