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

Function DLParser_Initialise

Source/HLEGraphics/DLParser.cpp:326–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324//
325//*****************************************************************************
326bool DLParser_Initialise()
327{
328 gFirstCall = true;
329
330 // Reset scissor to default
331 scissors.top = 0;
332 scissors.left = 0;
333 scissors.right = 320;
334 scissors.bottom = 240;
335
336 GBIMicrocode_Reset();
337
338#ifdef DAEDALUS_FAST_TMEM
339 //Clear pointers in TMEM block //Corn
340 memset(gTlutLoadAddresses, 0, sizeof(gTlutLoadAddresses));
341#endif
342 return true;
343}
344
345//*****************************************************************************
346//

Callers 2

InitialiseMethod · 0.85
InitialiseMethod · 0.85

Calls 1

GBIMicrocode_ResetFunction · 0.85

Tested by

no test coverage detected