Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
adding PS Vita TV PUP support
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Nov 13, 2013
1 parent 6f38500 commit 0146e82
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pupunpack.c
Expand Up @@ -33,6 +33,8 @@ static struct id2name_tbl t_names[] = {
{0x101, "license.xml"},
{0x200, "psp2swu.self"},
{0x204, "psp2swu.sprx"},
{0x221, "psv_package_data01.pkg"},
{0x231, "psv_package_data02.pkg"},
{0x301, "package_data01.pkg"},
{0x302, "package_data02.pkg"},
{0x303, "package_data03.pkg"},
Expand All @@ -53,12 +55,12 @@ static struct id2name_tbl t_names[] = {
{0x312, "package_data18.pkg"},
{0x313, "package_data19.pkg"},
{0x314, "package_data20.pkg"},
{0x315, "package_data20.pkg"},
{0x316, "package_data20.pkg"},
{0x317, "package_data20.pkg"},
{0x318, "package_data20.pkg"},
{0x319, "package_data20.pkg"},
{0x31a, "package_data20.pkg"},
{0x315, "package_data21.pkg"},
{0x316, "package_data22.pkg"},
{0x317, "package_data23.pkg"},
{0x318, "package_data24.pkg"},
{0x319, "package_data25.pkg"},
{0x31a, "package_data26.pkg"},
{0x326, "debug_data00.pkg"},
{0x327, "debug_data01.pkg"},
{0x328, "debug_data02.pkg"},
Expand Down

0 comments on commit 0146e82

Please sign in to comment.