mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Remove DirectShow as it doesn't work properly.
This commit is contained in:
parent
c6ed045774
commit
5ec85f3abe
23 changed files with 1 additions and 3012 deletions
|
|
@ -337,16 +337,6 @@ var snapshotFormatters = {
|
|||
addRowFromKey("features", "webgl2Extensions");
|
||||
addRowFromKey("features", "supportsHardwareH264", "hardwareH264");
|
||||
addRowFromKey("features", "currentAudioBackend", "audioBackend");
|
||||
if ("directShowEnabled" in data) {
|
||||
addRow("features", "directShowEnabled",
|
||||
strings.GetStringFromName(data.directShowEnabled ? "yes" : "no"));
|
||||
delete data.directShowEnabled;
|
||||
}
|
||||
if ("directShowH264Active" in data) {
|
||||
addRow("features", "directShowH264Active",
|
||||
strings.GetStringFromName(data.directShowH264Active ? "yes" : "no"));
|
||||
delete data.directShowH264Active;
|
||||
}
|
||||
addRowFromKey("features", "direct2DEnabled", "#Direct2D");
|
||||
|
||||
if ("directWriteEnabled" in data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue