forked from GeyserMC/Geyser
Add Windows Phone in DeviceOS (Fixes #520)
This commit is contained in:
parent
d2a18f8fd5
commit
cf63098864
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ public enum DeviceOS {
|
|||
ORBIS("PS4"),
|
||||
NX("Switch"),
|
||||
SWITCH("Switch"),
|
||||
XBOX_ONE("Xbox One");
|
||||
XBOX_ONE("Xbox One"),
|
||||
WIN_PHONE("Windows Phone");
|
||||
|
||||
private static final DeviceOS[] VALUES = values();
|
||||
|
||||
|
|
Loading…
Reference in a new issue