fix gl default

This commit is contained in:
Will Scullin
2021-04-20 18:03:18 -07:00
parent 09c6d6fbb1
commit 90fc5fb7fc

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,