mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
This commit is contained in:
parent
7af5561c48
commit
c144b3a961
|
@ -662,7 +662,7 @@ static UINT32 (* drc_op_table59[1024])(UINT32);
|
||||||
static UINT32 (* drc_op_table63[1024])(UINT32);
|
static UINT32 (* drc_op_table63[1024])(UINT32);
|
||||||
static UINT32 (* drc_op_table[64])(UINT32);
|
static UINT32 (* drc_op_table[64])(UINT32);
|
||||||
|
|
||||||
#include "ppc_itp\ppc_ops.c"
|
#include "ppc_itp/ppc_ops.c"
|
||||||
#include "ppc_drc_ops.c"
|
#include "ppc_drc_ops.c"
|
||||||
|
|
||||||
static void init_ppc_drc(void)
|
static void init_ppc_drc(void)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
/* XInput for Xbox360 controller */
|
/* XInput for Xbox360 controller */
|
||||||
/******************************************************************/
|
/******************************************************************/
|
||||||
|
|
||||||
#include "MODEL3.H"
|
#include "model3.h"
|
||||||
#include <dinput.h>
|
#include <dinput.h>
|
||||||
#include <xinput.h>
|
#include <xinput.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue