forked from len0rd/rockbox
utils/hwstub: fix zen target id
Change-Id: I9199f573a050223a811a8e82e403f113fb876cca
This commit is contained in:
parent
3d3f419b1a
commit
cec5ac7bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ struct player_info_t players[] =
|
||||||
{
|
{
|
||||||
{ "zenv", "Zen V", 85 },
|
{ "zenv", "Zen V", 85 },
|
||||||
{ "zmoz", "Zen Mozaic", 87 },
|
{ "zmoz", "Zen Mozaic", 87 },
|
||||||
{ "zen", "Zen", 88 },
|
{ "zen", "Zen", 90 },
|
||||||
{ "zxfi", "Zen X-Fi", 86 },
|
{ "zxfi", "Zen X-Fi", 86 },
|
||||||
{ NULL, 0 },
|
{ NULL, 0 },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue