| 190 | |
| 191 | |
| 192 | void program_identification_header::Load(const fs::file& f) |
| 193 | { |
| 194 | program_authority_id = Read64(f); |
| 195 | program_vendor_id = Read32(f); |
| 196 | program_type = Read32(f); |
| 197 | program_sceversion = Read64(f); |
| 198 | padding = Read64(f); |
| 199 | } |
| 200 | |
| 201 | void program_identification_header::Show() const |
| 202 | { |