3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-03 20:08:08 +02:00

Added the Xbox One as DeviceOS

Dieser Commit ist enthalten in:
Tim203 2020-03-11 23:03:12 +01:00
Ursprung 105ce2b3b5
Commit 9f36ba14cd
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 064EE9F5BF7C3EE8

Datei anzeigen

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