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