mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-23 16:59:33 +00:00
Add Windows Phone in DeviceOS (Fixes #520)
This commit is contained in:
@@ -43,7 +43,8 @@ public enum DeviceOS {
|
|||||||
ORBIS("PS4"),
|
ORBIS("PS4"),
|
||||||
NX("Switch"),
|
NX("Switch"),
|
||||||
SWITCH("Switch"),
|
SWITCH("Switch"),
|
||||||
XBOX_ONE("Xbox One");
|
XBOX_ONE("Xbox One"),
|
||||||
|
WIN_PHONE("Windows Phone");
|
||||||
|
|
||||||
private static final DeviceOS[] VALUES = values();
|
private static final DeviceOS[] VALUES = values();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user