- [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:
wagic.the.homebrew@gmail.com
2009-12-04 03:44:47 +00:00
parent e3f44344fb
commit 73661a58d7
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -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);
}