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

Method Initialise

Source/SysPSP/HLEGraphics/GraphicsPluginPSP.cpp:140–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140bool CGraphicsPluginImpl::Initialise()
141{
142 if(!CreateRenderer())
143 {
144 return false;
145 }
146
147 if(!CTextureCache::Create())
148 {
149 return false;
150 }
151
152 if (!DLParser_Initialise())
153 {
154 return false;
155 }
156
157 return true;
158}
159
160void CGraphicsPluginImpl::ProcessDList()
161{

Callers 1

CreateGraphicsPluginFunction · 0.45

Calls 3

DLParser_InitialiseFunction · 0.85
CreateRendererFunction · 0.70
CreateFunction · 0.50

Tested by

no test coverage detected