mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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 */
|
{ /* the range of Recorders seen so far */
|
||||||
return (platform_id == ID_RECORDER);
|
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 */
|
{ /* for very old players, I've seen zero */
|
||||||
return (platform_id == ID_PLAYER);
|
return (platform_id == ID_PLAYER);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue