Added the Xbox One as DeviceOS

This commit is contained in:
Tim203 2020-03-11 23:03:12 +01:00
parent 105ce2b3b5
commit 9f36ba14cd
No known key found for this signature in database
GPG Key ID: 064EE9F5BF7C3EE8
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ public enum DeviceOS {
DEDICATED,
ORBIS,
NX,
SWITCH;
SWITCH,
XBOX_ONE;
private static final DeviceOS[] VALUES = values();