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

Method LoadData

Source/Utility/ROMFile.cpp:77–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool ROMFile::LoadData( u32 bytes_to_read, u8 *p_bytes, COutputStream & messages )
78{
79 if( !LoadRawData( bytes_to_read, p_bytes, messages ) )
80 {
81
82 messages << "Unable to get rom info from '" << mFilename << "'";
83
84 return false;
85 }
86
87 return true;
88}
89
90bool ROMFile::RequiresSwapping() const
91{

Callers 3

ROM_GetRomNameFunction · 0.80
OpenMethod · 0.80
GenerateRomDetailsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected