MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / AddRomFile

Method AddRomFile

Source/Interface/RomDB.cpp:409–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void 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
418static bool GenerateRomDetails( const char * filename, RomID * id, u32 * rom_size, ECicType * cic_type )
419{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected