Add Windows Phone in DeviceOS (Fixes #520)

This commit is contained in:
RednedEpic 2020-05-10 15:03:12 -05:00
parent d2a18f8fd5
commit cf63098864
1 changed files with 2 additions and 1 deletions

View File

@ -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();