| 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 | |
| 243 | static S32 RenderWareInit() |
| 244 | { |
| 245 | RwMemoryFunctions* memoryFns = psGetMemoryFunctions(); |
| 246 | if (!RwEngineInit(memoryFns, 0, 0x60000)) |
| 247 | { |
| 248 | return TRUE; |
| 249 | } |
| 250 | RwResourcesSetArenaSize(0x60000); |