forked from GeyserMC/Geyser
Added the Xbox One as DeviceOS
This commit is contained in:
parent
105ce2b3b5
commit
9f36ba14cd
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ public enum DeviceOS {
|
|||
DEDICATED,
|
||||
ORBIS,
|
||||
NX,
|
||||
SWITCH;
|
||||
SWITCH,
|
||||
XBOX_ONE;
|
||||
|
||||
private static final DeviceOS[] VALUES = values();
|
||||
|
||||
|
|
Loading…
Reference in a new issue