mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
more internal links
parent
356a52fae2
commit
5b3efd292e
@ -80,7 +80,7 @@ The file table is a list of file entries. File entries start from **pkg_table_en
|
||||
|
||||
| Field | Type | Size | Offset | Description
|
||||
| -------------- | -----|----- |----- |------------|
|
||||
| id | U32 | 4 | 0x000 | File ID, useful for files without a filename entry * Check ID to filename table below
|
||||
| id | U32 | 4 | 0x000 | File ID, useful for files without a filename entry.[Check ID to filename Table below](https://github.com/georgemoralis/shadPS4/wiki/PKG-Information#id-to-filename-table)
|
||||
| filename_offset | U32 | 4 | 0x004 | Offset into the filenames table (ID 0x200) where this file's name is located
|
||||
| flags1 | U32 | 4 | 0x008 | Flags including encrypted flag, etc
|
||||
| flags2 | U32 | 4 | 0x00C | Flags including encryption key index, etc
|
||||
|
Loading…
Reference in New Issue
Block a user