Editing PKG files
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 246: | Line 246: | ||
<source lang="C"> | <source lang="C"> | ||
typedef struct { | typedef struct{ | ||
u32 magic; // 0x7F657874 (".ext") | u32 magic; // 0x7F657874 (".ext") | ||
u32 unknown_1; // Maybe version. Always 1. | u32 unknown_1; // Maybe version. Always 1. |