dolphin/Source/Core
Lioncash 95660a5563 DolphinWX: Fix case where the debugger would crash on hiding a pane.
These ID values would clash with the window parent IDs of all the actual debugger panes (they are in the 350 range as well).

For example, attempting to show and then close the memory window would cause an assertion, because it would attempt to destroy the text control for searching through memory, rather than destroying the actual parent window it's attached to.

These IDs are only used locally, so their value doesn't matter.
2014-09-21 14:06:27 -04:00
..
AudioCommon Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Common ChunkFile: Add a DoArray overload which takes an std::array. 2014-09-21 10:38:22 +02:00
Core GPU: Only load the relevant color components upon writes to the tev color registers. 2014-09-21 10:38:22 +02:00
DiscIO Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
DolphinQt Qt: Add msvc support 2014-09-15 15:07:33 -07:00
DolphinWX DolphinWX: Fix case where the debugger would crash on hiding a pane. 2014-09-21 14:06:27 -04:00
InputCommon Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
VideoBackends GPU: Only load the relevant color components upon writes to the tev color registers. 2014-09-21 10:38:22 +02:00
VideoCommon GPU: Only load the relevant color components upon writes to the tev color registers. 2014-09-21 10:38:22 +02:00
CMakeLists.txt DolphinQt: initial commit. 2014-09-15 15:06:05 -07:00