minor fixes

This commit is contained in:
dborth 2009-05-21 05:59:35 +00:00
parent 634c0df170
commit 76ef486a07
3 changed files with 2 additions and 6 deletions

View File

@ -19,9 +19,7 @@
#include <malloc.h>
#ifdef HW_RVL
extern "C" {
#include <di/di.h>
}
#endif
#include "fceugx.h"

View File

@ -37,9 +37,7 @@
#include "gui/gui.h"
#ifdef HW_RVL
extern "C" {
#include <di/di.h>
}
#endif
#include "FreeTypeGX.h"

View File

@ -582,8 +582,8 @@ void GetJoy()
userInput[i].pad.btns_h & PAD_BUTTON_B &&
userInput[i].pad.btns_h & PAD_TRIGGER_Z
) ||
(userInput[i].wpad.btns_d & WPAD_BUTTON_HOME) ||
(userInput[i].wpad.btns_d & WPAD_CLASSIC_BUTTON_HOME)
(userInput[i].wpad.btns_h & WPAD_BUTTON_HOME) ||
(userInput[i].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME)
)
{
ConfigRequested = 1; // go to the menu