split f_ap_game, fapGm_Execute ok, more changes to m_Do_main

This commit is contained in:
Pheenoh
2021-02-13 15:23:18 -05:00
parent e08abacc1d
commit 63d4e517f7
18 changed files with 291 additions and 197 deletions
@@ -10,6 +10,23 @@
typedef u32 EStickMode;
typedef u32 EWhichStick;
namespace CButton {
enum {
DPAD_LEFT = 0x0001,
DPAD_RIGHT = 0x0002,
DPAD_DOWN = 0x0004,
DPAD_UP = 0x0008,
Z = 0x0010,
R = 0x0020,
L = 0x0040,
A = 0x0100,
B = 0x0200,
X = 0x0400,
Y = 0x0800,
START = 0x1000,
};
}
struct JUTGamePad : public JKRDisposer {
public:
// typedef u32 EPadPort;