This commit is contained in:
parent
52a1cb11ba
commit
812be09437
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ static const unsigned int MEM_GUARD_SIZE=sizeof(int)*2;
|
|||
#include "gfx/prim.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PADS_H__
|
||||
#ifndef __PAD_PADS_H__
|
||||
#include "pad/pads.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
/*** Pad Stuff ***/
|
||||
/*****************/
|
||||
|
||||
#ifndef __PADS_H__
|
||||
#define __PADS_H__
|
||||
#ifndef __PAD_PADS_H__
|
||||
#define __PAD_PADS_H__
|
||||
|
||||
/*****************************************************************************/
|
||||
#define DUALSHOCKMODE ((u_long *)0x80010000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue