Skip to content

Commit

Permalink
Change default ACCEL idle threshold (was too low) (c) marcan
Browse files Browse the repository at this point in the history
git-svn-id: https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libogc@3014 258c5a1a-4f63-435d-9564-e8f6d34ab52c
  • Loading branch information
shagkur committed Dec 11, 2008
1 parent deddd4b commit c6e885c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc/wiiuse/wpad.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ enum {
#define WPAD_THRESH_ANY 0
#define WPAD_THRESH_DEFAULT_BUTTONS 0
#define WPAD_THRESH_DEFAULT_IR WPAD_THRESH_IGNORE
#define WPAD_THRESH_DEFAULT_ACCEL 5
#define WPAD_THRESH_DEFAULT_ACCEL 20
#define WPAD_THRESH_DEFAULT_JOYSTICK 2

#ifdef __cplusplus
Expand Down

0 comments on commit c6e885c

Please sign in to comment.