Update emulator.js

This commit is contained in:
Ethan O'Brien 2024-07-23 12:56:28 -05:00 committed by GitHub
parent cd2c0d89c6
commit 904a0ba5ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4291,7 +4291,7 @@ class EmulatorJS {
addToMenu(this.localization('Shaders'), 'shader', shaderMenu, 'disabled'); addToMenu(this.localization('Shaders'), 'shader', shaderMenu, 'disabled');
} }
addToMenu(this.localization('WebGL2'), 'webgl2Enabled', { addToMenu(this.localization('WebGL2') + "(" + this.localization('Requires page reload') + ")", 'webgl2Enabled', {
'enabled': this.localization("Enabled"), 'enabled': this.localization("Enabled"),
'disabed': this.localization("Disabled") 'disabed': this.localization("Disabled")
}, 'disabed'); }, 'disabed');