mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +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';
|
||||
@ -247,4 +247,4 @@ var Module =
|
||||
{
|
||||
this.totalDependencies = Math.max(this.totalDependencies, left);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user