mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
minor fixes
This commit is contained in:
parent
634c0df170
commit
76ef486a07
@ -19,9 +19,7 @@
|
|||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
extern "C" {
|
|
||||||
#include <di/di.h>
|
#include <di/di.h>
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "fceugx.h"
|
#include "fceugx.h"
|
||||||
|
@ -37,9 +37,7 @@
|
|||||||
#include "gui/gui.h"
|
#include "gui/gui.h"
|
||||||
|
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
extern "C" {
|
|
||||||
#include <di/di.h>
|
#include <di/di.h>
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "FreeTypeGX.h"
|
#include "FreeTypeGX.h"
|
||||||
|
@ -582,8 +582,8 @@ void GetJoy()
|
|||||||
userInput[i].pad.btns_h & PAD_BUTTON_B &&
|
userInput[i].pad.btns_h & PAD_BUTTON_B &&
|
||||||
userInput[i].pad.btns_h & PAD_TRIGGER_Z
|
userInput[i].pad.btns_h & PAD_TRIGGER_Z
|
||||||
) ||
|
) ||
|
||||||
(userInput[i].wpad.btns_d & WPAD_BUTTON_HOME) ||
|
(userInput[i].wpad.btns_h & WPAD_BUTTON_HOME) ||
|
||||||
(userInput[i].wpad.btns_d & WPAD_CLASSIC_BUTTON_HOME)
|
(userInput[i].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
ConfigRequested = 1; // go to the menu
|
ConfigRequested = 1; // go to the menu
|
||||||
|
Loading…
Reference in New Issue
Block a user