mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Update emulator.js
This commit is contained in:
parent
cd2c0d89c6
commit
904a0ba5ed
@ -4291,7 +4291,7 @@ class EmulatorJS {
|
||||
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"),
|
||||
'disabed': this.localization("Disabled")
|
||||
}, 'disabed');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user