diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-05 15:51:57 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-07 17:50:17 +0100 |
commit | 675aef29cf85f956052a150792d4d56f91ff692c (patch) | |
tree | 01de3ea8fdd82b15ce68509e6179ab5b3515f393 /src/skel/crossplatform.h | |
parent | reorganize shaders; use modulate flag; update librw (diff) | |
download | re3-675aef29cf85f956052a150792d4d56f91ff692c.tar re3-675aef29cf85f956052a150792d4d56f91ff692c.tar.gz re3-675aef29cf85f956052a150792d4d56f91ff692c.tar.bz2 re3-675aef29cf85f956052a150792d4d56f91ff692c.tar.lz re3-675aef29cf85f956052a150792d4d56f91ff692c.tar.xz re3-675aef29cf85f956052a150792d4d56f91ff692c.tar.zst re3-675aef29cf85f956052a150792d4d56f91ff692c.zip |
Diffstat (limited to 'src/skel/crossplatform.h')
-rw-r--r-- | src/skel/crossplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skel/crossplatform.h b/src/skel/crossplatform.h index 009b17c7..6ea5b11e 100644 --- a/src/skel/crossplatform.h +++ b/src/skel/crossplatform.h @@ -75,7 +75,7 @@ void CapturePad(RwInt32 padID); void joysChangeCB(int jid, int event); #endif -#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS +#ifdef DETECT_JOYSTICK_MENU extern char gSelectedJoystickName[128]; #endif |