| 407 | } |
| 408 | |
| 409 | void IRomDB::AddRomFile(const char * filename) |
| 410 | { |
| 411 | RomID id; |
| 412 | u32 rom_size; |
| 413 | ECicType boot_type; |
| 414 | |
| 415 | QueryByFilename(filename, &id, &rom_size, &boot_type); |
| 416 | } |
| 417 | |
| 418 | static bool GenerateRomDetails( const char * filename, RomID * id, u32 * rom_size, ECicType * cic_type ) |
| 419 | { |
nothing calls this directly
no outgoing calls
no test coverage detected