MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / RWAttachPlugins

Function RWAttachPlugins

src/SB/Core/gc/iSystem.cpp:216–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 return TRUE;
215 }
216 if (!RpCollisionPluginAttach())
217 {
218 return TRUE;
219 }
220 if (!RpSkinPluginAttach())
221 {
222 return TRUE;
223 }
224 if (!RpHAnimPluginAttach())
225 {
226 return TRUE;
227 }
228 if (!RpMatFXPluginAttach())
229 {
230 return TRUE;
231 }
232 if (!RpUserDataPluginAttach())
233 {
234 return TRUE;
235 }
236 if (!RpPTankPluginAttach())
237 {
238 return TRUE;
239 }
240 return FALSE;
241}
242
243static S32 RenderWareInit()
244{
245 RwMemoryFunctions* memoryFns = psGetMemoryFunctions();
246 if (!RwEngineInit(memoryFns, 0, 0x60000))
247 {
248 return TRUE;
249 }
250 RwResourcesSetArenaSize(0x60000);

Callers 1

RenderWareInitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected