-shortcut to reset the GU is now start+square
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-06 11:34:00 +00:00
parent 0d2c6cf3e5
commit 85adde6c61
2 changed files with 48 additions and 48 deletions

View File

@@ -243,7 +243,7 @@ void GameApp::Update()
}
//Restart Rendering engine when START and TRIANGLE ARE PRESSED SIMULTANEOUSLY
if (mEngine->GetButtonState(PSP_CTRL_START) && mEngine->GetButtonState(PSP_CTRL_TRIANGLE)){
if (mEngine->GetButtonState(PSP_CTRL_START) && mEngine->GetButtonState(PSP_CTRL_SQUARE)){
JRenderer::Destroy();
}