mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove debug log
This commit is contained in:
parent
f633e2d9b5
commit
634a696fbe
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ void PSPDialog::Update()
|
|||
|
||||
bool PSPDialog::IsButtonPressed(int checkButton)
|
||||
{
|
||||
INFO_LOG(HLE,"%d %d %d %d",checkButton,lastButtons,buttons,(!(lastButtons & checkButton)) && (buttons & checkButton));
|
||||
return (!(lastButtons & checkButton)) && (buttons & checkButton);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue