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

Method Create

Source/Utility/ROMFileMemory.cpp:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56//
57//*****************************************************************************
58template<> bool CSingleton< CROMFileMemory >::Create()
59{
60 #ifdef DAEDALUS_ENABLE_ASSERTS
61 DAEDALUS_ASSERT_Q(mpInstance == NULL);
62 #endif
63
64 mpInstance = new IROMFileMemory();
65 return mpInstance != NULL;
66}
67
68//*****************************************************************************
69//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected