mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Add VIDEO_POWER_PREFERENCE value to Debug info
This commit is contained in:
parent
782c0a6967
commit
e7d7ccf165
7
dist/better-xcloud.user.js
vendored
7
dist/better-xcloud.user.js
vendored
@ -350,7 +350,7 @@ var SUPPORTED_LANGUAGES = {
|
|||||||
"always-off": "Always off",
|
"always-off": "Always off",
|
||||||
"always-on": "Always on",
|
"always-on": "Always on",
|
||||||
"amd-fidelity-cas": "AMD FidelityFX CAS",
|
"amd-fidelity-cas": "AMD FidelityFX CAS",
|
||||||
"android-app-settings": "Android app settings",
|
"app-settings": "App settings",
|
||||||
apply: "Apply",
|
apply: "Apply",
|
||||||
"aspect-ratio": "Aspect ratio",
|
"aspect-ratio": "Aspect ratio",
|
||||||
"aspect-ratio-note": "Don't use with native touch games",
|
"aspect-ratio-note": "Don't use with native touch games",
|
||||||
@ -5377,7 +5377,7 @@ function setupSettingsUi() {
|
|||||||
}
|
}
|
||||||
})), AppInterface)
|
})), AppInterface)
|
||||||
topButtons.push(createButton({
|
topButtons.push(createButton({
|
||||||
label: t("android-app-settings"),
|
label: t("app-settings"),
|
||||||
icon: BxIcon.STREAM_SETTINGS,
|
icon: BxIcon.STREAM_SETTINGS,
|
||||||
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
||||||
onClick: (e) => {
|
onClick: (e) => {
|
||||||
@ -5526,6 +5526,7 @@ function setupSettingsUi() {
|
|||||||
PrefKey.STREAM_CODEC_PROFILE,
|
PrefKey.STREAM_CODEC_PROFILE,
|
||||||
PrefKey.VIDEO_PLAYER_TYPE,
|
PrefKey.VIDEO_PLAYER_TYPE,
|
||||||
PrefKey.VIDEO_PROCESSING,
|
PrefKey.VIDEO_PROCESSING,
|
||||||
|
PrefKey.VIDEO_POWER_PREFERENCE,
|
||||||
PrefKey.VIDEO_SHARPNESS
|
PrefKey.VIDEO_SHARPNESS
|
||||||
];
|
];
|
||||||
debugInfo.settings = {};
|
debugInfo.settings = {};
|
||||||
@ -7607,7 +7608,7 @@ class GuideMenu {
|
|||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
appSettings: createButton({
|
appSettings: createButton({
|
||||||
label: t("android-app-settings"),
|
label: t("app-settings"),
|
||||||
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
||||||
onClick: (e) => {
|
onClick: (e) => {
|
||||||
window.BX_EXPOSED.dialogRoutes.closeAll(), AppInterface.openAppSettings && AppInterface.openAppSettings();
|
window.BX_EXPOSED.dialogRoutes.closeAll(), AppInterface.openAppSettings && AppInterface.openAppSettings();
|
||||||
|
@ -465,6 +465,7 @@ export function setupSettingsUi() {
|
|||||||
|
|
||||||
PrefKey.VIDEO_PLAYER_TYPE,
|
PrefKey.VIDEO_PLAYER_TYPE,
|
||||||
PrefKey.VIDEO_PROCESSING,
|
PrefKey.VIDEO_PROCESSING,
|
||||||
|
PrefKey.VIDEO_POWER_PREFERENCE,
|
||||||
PrefKey.VIDEO_SHARPNESS,
|
PrefKey.VIDEO_SHARPNESS,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user