3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +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, DEDICATED,
ORBIS, ORBIS,
NX, NX,
SWITCH; SWITCH,
XBOX_ONE;
private static final DeviceOS[] VALUES = values(); private static final DeviceOS[] VALUES = values();