mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-01-11 12:31:20 +01:00
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