dolphin/Source/Core
Gabriel Corona c626ce5809 Do not fail to evaluate an expression if some input is missing
My keyboard layout does not have Alt_R but ISO_Level3_Shift. As a
consequence any control expression containing Alt_R fails to evaluate
completely and is unusable. This modification replace the missing term
of the expression by a dummy expression which always evaluate to
0. This way, the keybinding can work even if some keys are not
available.
2015-02-26 01:24:54 +01:00
..
AudioCommon Revert "High quality resampler" 2015-02-23 18:43:13 +01:00
Common Merge pull request #2122 from Tilka/intrinsics 2015-02-25 10:48:34 -08:00
Core Merge pull request #2106 from magumagu/elf-translation-registers 2015-02-25 12:42:48 +11:00
DiscIO Merge pull request #1942 from Buddybenj/No-Intro 2015-02-23 12:56:28 +11:00
DolphinQt Merge pull request #1942 from Buddybenj/No-Intro 2015-02-23 12:56:28 +11:00
DolphinWX Merge pull request #2127 from lioncash/aui 2015-02-25 10:36:07 -06:00
InputCommon Do not fail to evaluate an expression if some input is missing 2015-02-26 01:24:54 +01:00
UICommon PostProcessing: Add support for user-supplied anaglyph shaders. 2015-01-25 22:07:03 +01:00
VideoBackends Merge pull request #2089 from degasus/remove_disable_efb_copy 2015-02-24 23:31:05 +01:00
VideoCommon VideoCommon: rename efb2tex and efb2ram 2015-02-24 23:10:13 +01:00
CMakeLists.txt