summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
diff options
context:
space:
mode:
authorJohn Peterson <jpeterson57@gmail.com>2009-02-10 00:41:43 +0000
committerJohn Peterson <jpeterson57@gmail.com>2009-02-10 00:41:43 +0000
commitc18613a5809f06da7890416e4b714db6ac176d2d (patch)
treede613db8276236d9d9e2f45a31bc982a5f43ac48 /Source/Core/InputCommon
parent2162e3ce8069381a7f57d66be13d9a3e4826f9b2 (diff)
nJoy: Fixed the Hat / Custom D-Pad setting in the save by slot mode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2194 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon')
-rw-r--r--Source/Core/InputCommon/Src/SDL.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/SDL.h b/Source/Core/InputCommon/Src/SDL.h
index 803c29b329..c3b0597954 100644
--- a/Source/Core/InputCommon/Src/SDL.h
+++ b/Source/Core/InputCommon/Src/SDL.h
@@ -86,7 +86,6 @@ struct CONTROLLER_MAPPING // GC PAD MAPPING
int triggertype; // Triggers range
std::string SDiagonal;
bool bSquareToCircle;
- bool bNoTriggerFilter;
int eventnum; // Linux Event Number, Can't be found dynamically yet
};
@@ -181,7 +180,6 @@ struct CONTROLLER_MAPPING_NEW // GC PAD MAPPING
int triggertype; // SDL or XInput trigger
std::string SDiagonal;
bool bSquareToCircle;
- bool bNoTriggerFilter;
};
////////////////////////////