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

Method QueryFilenameFromID

Source/Interface/RomDB.cpp:521–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521const char * IRomDB::QueryFilenameFromID( const RomID & id ) const
522{
523 for( u32 i = 0; i < mRomFiles.size(); ++i )
524 {
525 if( mRomFiles[ i ].ID == id )
526 {
527 return mRomFiles[ i ].FileName;
528 }
529 }
530
531 return NULL;
532}

Callers 1

SaveState_GetRomFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected