mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Update webplayer.js
This commit is contained in:
parent
7602ce5bc9
commit
6db5a423fa
@ -145,7 +145,7 @@ function startRetroArch()
|
||||
// Disable the VSync option.
|
||||
jQuery('#vsync')
|
||||
.attr('disabled', true)
|
||||
.parent('.form-check')
|
||||
.parents('.form-check')
|
||||
.addClass('disabled');
|
||||
document.getElementById('latency').disabled = true;
|
||||
document.getElementById('latency-label').style.color = 'gray';
|
||||
|
Loading…
x
Reference in New Issue
Block a user