dolphin/Source/Core
Lioncash 391d26d3bf [DolphinWX] Prevent hotkeys from being assigned to more than one button/function.
Prior to this commit it was possible to assign the same keycode to more than one button.

ie. Say I assigned Open with the hotkey Ctrl+O; well, it was possible to also add it to another function as well, which leads to hotkey clashing.

Now, say I assign Open with Ctrl+O, but then assign that same hotkey to Refresh List; it will unbind the hotkey from Open and then assign it to refresh list.
2014-01-22 18:28:59 -05:00
..
AudioCommon Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Common Jit64: disable non-IEEE mode emulation 2014-01-19 09:36:08 +01:00
Core Reenable vsync after releasing tab even if frame limit is disabled. 2014-01-19 02:48:59 -05:00
DiscIO Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
DolphinWX [DolphinWX] Prevent hotkeys from being assigned to more than one button/function. 2014-01-22 18:28:59 -05:00
InputCommon Move GLInterface.h into GLInterface directory 2014-01-20 00:46:21 -07:00
VideoBackends VideoCommon: merge trivial parts of VertexManager::Flush 2014-01-21 10:47:00 +01:00
VideoCommon VertexLoader: temp class for reader/writer 2014-01-21 23:44:51 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00