dolphin/Source/Core
John Peterson 8dbe236606 Fixing or disabling the "Download Codes (WiiRD Database)" button problem
The "Download Codes (WiiRD Database)" button is enabled (and its click return silently without an effect) when "Tools → Cheats Manager" is opened when there's a running emulation for which there's no "[Gecko]" ini section, confusing the user about the reason for not downloading codes or showing an error when there's no running emulation

Solution

when there's a running emulation: fix the button

when there's no running emulation: disable the button (to indicate to the user that this button must be clicked elsewhere, in the ISO settings dialog, the user will realise or remember)
2013-04-29 12:00:23 -04:00
..
AudioCommon Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
Common Merge branch 'dspjit' 2013-04-21 12:29:18 +02:00
Core Apparently we can't trust m_strVideoBackend on osx. 2013-04-26 02:47:49 -04:00
DiscIO Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
DolphinWX Fixing or disabling the "Download Codes (WiiRD Database)" button problem 2013-04-29 12:00:23 -04:00
InputCommon Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
VideoCommon Formatting cleanup for VideoCommon. 2013-04-24 09:21:54 -04:00
CMakeLists.txt