mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Add webOS and xboxOS to the list of OS names
This commit is contained in:
parent
0551d909e5
commit
e3789b4fb7
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
@ -135,7 +135,7 @@ type XboxAchievement = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
type OsName = 'windows' | 'tizen' | 'android';
|
type OsName = 'windows' | 'tizen' | 'webOS' | 'xboxOS' | 'android';
|
||||||
|
|
||||||
type XcloudGamepad = {
|
type XcloudGamepad = {
|
||||||
GamepadIndex: number;
|
GamepadIndex: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user