remove the code that disables them too

This commit is contained in:
radius 2016-08-28 23:43:32 -05:00
parent 15c4bc003a
commit 990eddf0d4

View File

@ -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();