forked from GeyserMC/Geyser
Merge pull request #203 from GeyserMC/feature/floodgate-xbox_one
Added the Xbox One as DeviceOS
This commit is contained in:
commit
358d5f444f
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