1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-26 18:29:21 +00:00

Added the Xbox One as DeviceOS

This commit is contained in:
Tim203
2020-03-11 23:03:12 +01:00
parent 105ce2b3b5
commit 9f36ba14cd

View File

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