mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
remove the code that disables them too
This commit is contained in:
parent
15c4bc003a
commit
990eddf0d4
@ -140,13 +140,6 @@ function stat(path)
|
||||
function startRetroArch()
|
||||
{
|
||||
document.getElementById('canvas_div').style.display = 'block';
|
||||
// Disable the VSync option.
|
||||
jQuery('#vsync')
|
||||
.attr('disabled', true)
|
||||
.parents('.form-check')
|
||||
.addClass('disabled');
|
||||
document.getElementById('latency').disabled = true;
|
||||
document.getElementById('latency-label').style.color = 'gray';
|
||||
document.getElementById('btnLoad').disabled = false;
|
||||
|
||||
setupFileSystem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user