mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-01 13:17:20 +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 = {
|
||||
GamepadIndex: number;
|
||||
|
Loading…
x
Reference in New Issue
Block a user