mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-11 07:37:46 +02:00
6.0
This commit is contained in:
17
src/types/prefs.d.ts
vendored
Executable file
17
src/types/prefs.d.ts
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
type VersionCurrent = string;
|
||||
type VersionLatest = string;
|
||||
type VersionLastCheck = number;
|
||||
|
||||
type VideoMaxFps = number;
|
||||
type VideoMaxBitrate = number;
|
||||
|
||||
type ServerRegionName = string;
|
||||
|
||||
type TouchControllerDefaultOpacity = number;
|
||||
|
||||
type AudioVolume = number;
|
||||
type DeviceVibrationIntensity = number;
|
||||
type StreamPreferredLocale = 'default' | string;
|
||||
type ControllerPollingRate = number;
|
||||
type MkbPresetId = number;
|
||||
type KeyboardShortcutsPresetId = number;
|
Reference in New Issue
Block a user