Make iPad Air level 16 and iPad Mini 2/3 level 15

This commit is contained in:
twinaphex 2015-04-07 21:07:09 +02:00
parent 86a47b7dd8
commit 401693ff0a

View File

@ -262,13 +262,6 @@ static int frontend_apple_get_rating(void)
if (strstr(model, "iPhone6,1") || strstr(model, "iPhone6,2"))
return 14;
/* iPad Air */
if ( strstr(model, "iPad4,1")
|| strstr(model, "iPad4,2")
|| strstr(model, "iPad4,3")
)
return 15;
/* iPad Mini 2/3 */
if ( strstr(model, "iPad4,4")
|| strstr(model, "iPad4,5")
@ -277,6 +270,13 @@ static int frontend_apple_get_rating(void)
|| strstr(model, "iPad4,8")
|| strstr(model, "iPad4,9")
)
return 15;
/* iPad Air */
if ( strstr(model, "iPad4,1")
|| strstr(model, "iPad4,2")
|| strstr(model, "iPad4,3")
)
return 16;
/* iPhone 6, iPhone 6 Plus */