3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-17 00:33:47 +02:00

Merge pull request #203 from GeyserMC/feature/floodgate-xbox_one

Added the Xbox One as DeviceOS
Dieser Commit ist enthalten in:
EOT3000 2020-03-13 14:28:00 -04:00 committet von GitHub
Commit 358d5f444f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

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