diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/hwstub/tools/hwstub_load.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/hwstub_load.cpp b/utils/hwstub/tools/hwstub_load.cpp index d58eb83..58c8ac7 100644 --- a/utils/hwstub/tools/hwstub_load.cpp +++ b/utils/hwstub/tools/hwstub_load.cpp @@ -45,7 +45,7 @@ struct player_info_t players[] = { { "zenv", "Zen V", 85 }, { "zmoz", "Zen Mozaic", 87 }, - { "zen", "Zen", 88 }, + { "zen", "Zen", 90 }, { "zxfi", "Zen X-Fi", 86 }, { NULL, 0 }, }; |