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

Method RequiresSwapping

Source/Utility/ROMFile.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool ROMFile::RequiresSwapping() const
91{
92 #ifdef DAEDALUS_ENABLE_ASSERTS
93 DAEDALUS_ASSERT( mHeaderMagic != 0, "The header magic hasn't been set" );
94 #endif
95 return mHeaderMagic != 0x80371240;
96}
97
98bool ROMFile::SetHeaderMagic( u32 magic )
99{

Callers 1

OpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected