Erwan
- [PSP] pressing START + TRIANGLE on the PSP will attempt to reset the GU. If/when you get the purple screen, try to press start+triangle in the main menu and let me know if it changes something
This commit is contained in:
@@ -356,7 +356,12 @@ void JRenderer::EnableTextureFilter(bool flag)
|
||||
|
||||
void JRenderer::DestroyRenderer()
|
||||
{
|
||||
sceGuDisplay(GU_FALSE);
|
||||
sceGuTerm();
|
||||
vfree(fbp0);
|
||||
vfree(fbp1);
|
||||
debugged = 0;
|
||||
if (zbp) vfree(zbp);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user