This commit is contained in:
parent
7f1c8e2012
commit
3b2b2c2001
14 changed files with 287 additions and 272 deletions
|
@ -5,6 +5,11 @@
|
|||
#ifndef __PAD_PADS_H__
|
||||
#define __PAD_PADS_H__
|
||||
|
||||
#ifndef _GLOBAL_HEADER_
|
||||
#include "system\global.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
#define DUALSHOCKMODE ((u_long *)0x80010000)
|
||||
|
||||
|
@ -40,8 +45,8 @@
|
|||
#define BUTTON_SELECT PAD_CROSS
|
||||
#define BUTTON_BACK PAD_TRIANGLE
|
||||
|
||||
#define TYPOMATIC_DELAY 75
|
||||
#define TYPOMATIC_RATE 50
|
||||
#define TYPOMATIC_DELAY 60
|
||||
#define TYPOMATIC_RATE 30
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue