forked from len0rd/rockbox
player version check extended up to 5.08
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ab64c9152
commit
83f883b3bb
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ bool CheckPlatform(int platform_id, UINT16 version)
|
|||
{ /* the range of Recorders seen so far */
|
||||
return (platform_id == ID_RECORDER);
|
||||
}
|
||||
else if (version == 0 || (version >= 300 && version <= 506))
|
||||
else if (version == 0 || (version >= 300 && version <= 508))
|
||||
{ /* for very old players, I've seen zero */
|
||||
return (platform_id == ID_PLAYER);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue