mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-09-21 19:49:37 +02:00
Allow controlling settings using gamepad
This commit is contained in:
@@ -115,4 +115,6 @@ export const BxExposed = {
|
||||
hasCompletedOnboarding: true,
|
||||
},
|
||||
},
|
||||
|
||||
disableGamepadPolling: false,
|
||||
};
|
||||
|
@@ -714,6 +714,7 @@ export class Preferences {
|
||||
default: 100,
|
||||
min: 0,
|
||||
max: 600,
|
||||
steps: 20,
|
||||
params: {
|
||||
suffix: '%',
|
||||
ticks: 100,
|
||||
@@ -772,6 +773,7 @@ export class Preferences {
|
||||
default: 80,
|
||||
min: 50,
|
||||
max: 100,
|
||||
steps: 10,
|
||||
params: {
|
||||
suffix: '%',
|
||||
ticks: 10,
|
||||
|
Reference in New Issue
Block a user