mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-12-21 14:37:00 +01:00
Game-specific settings (#623)
This commit is contained in:
7
src/types/stream.d.ts
vendored
Normal file
7
src/types/stream.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
type StreamPlayerOptions = Partial<{
|
||||
processing: string,
|
||||
sharpness: number,
|
||||
saturation: number,
|
||||
contrast: number,
|
||||
brightness: number,
|
||||
}>;
|
||||
Reference in New Issue
Block a user