Add webOS and xboxOS to the list of OS names

This commit is contained in:
redphx 2025-04-26 07:47:24 +07:00
parent 0551d909e5
commit e3789b4fb7

View File

@ -135,7 +135,7 @@ type XboxAchievement = {
}
};
type OsName = 'windows' | 'tizen' | 'android';
type OsName = 'windows' | 'tizen' | 'webOS' | 'xboxOS' | 'android';
type XcloudGamepad = {
GamepadIndex: number;