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.
|
// Disable the VSync option.
|
||||||
jQuery('#vsync')
|
jQuery('#vsync')
|
||||||
.attr('disabled', true)
|
.attr('disabled', true)
|
||||||
.parent('.form-check')
|
.parents('.form-check')
|
||||||
.addClass('disabled');
|
.addClass('disabled');
|
||||||
document.getElementById('latency').disabled = true;
|
document.getElementById('latency').disabled = true;
|
||||||
document.getElementById('latency-label').style.color = 'gray';
|
document.getElementById('latency-label').style.color = 'gray';
|
||||||
@ -247,4 +247,4 @@ var Module =
|
|||||||
{
|
{
|
||||||
this.totalDependencies = Math.max(this.totalDependencies, left);
|
this.totalDependencies = Math.max(this.totalDependencies, left);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user