diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2010-05-29 10:09:24 +0000 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2010-05-29 10:09:24 +0000 |
| commit | 05ef8231b83a7a1014b23c9400a93725cabb10d0 (patch) | |
| tree | b47a14a7ded3b6b14ba44488589e105657ebd943 /Source/Core/InputCommon | |
| parent | 4f10ded2b6035beaa17b0824522fc9e8cee39ae3 (diff) | |
Changed both video plugins to save PNG screenshots. Made GCPad New default in trunk (it already is in stable). Fixed a hack in new wiimote plugin. Other minor changes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5532 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputJoystick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputJoystick.cpp b/Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputJoystick.cpp index 2b6bf6bb76..7731577629 100644 --- a/Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputJoystick.cpp +++ b/Source/Core/InputCommon/Src/ControllerInterface/DirectInput/DirectInputJoystick.cpp @@ -6,7 +6,7 @@ inline bool operator<(const GUID & lhs, const GUID & rhs) { - return memcmp(&lhs, &rhs, sizeof(GUID)) < 0 ? true : false; + return memcmp(&lhs, &rhs, sizeof(GUID)) < 0; } namespace ciface |
