dolphin/Source/Core
Michael Maltese a3e3986906 DolphinWX: provide empty OnCmdLineParsed
Starting in #4916, upon startup wxWidgets pops up an assertion error:

> ./src/common/cmdline.cpp(527): assert ""Assert failure"" failed in
> FindOptionByAnyName(): Unknown option verbose

Fix this by overriding wxApp::OnCmdLineParsed to disable the default
handling (since we also disable the default options in
DolphinApp::OnInitCmdLine).
2017-02-26 17:38:18 -08:00
..
AudioCommon C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
Common Merge pull request #4963 from leoetlino/sysconf 2017-02-26 16:09:17 -08:00
Core Merge pull request #4953 from lioncash/fwd 2017-02-24 23:36:11 +01:00
DiscIO Forward declare IBlobReader in Volume headers 2017-02-19 08:40:30 +01:00
DolphinQt2 Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinWX DolphinWX: provide empty OnCmdLineParsed 2017-02-26 17:38:18 -08:00
InputCommon Merge pull request #4960 from lioncash/type 2017-02-26 15:56:34 -08:00
UICommon Add command line parsing to UICommon. 2017-02-16 17:24:58 +01:00
VideoBackends Merge pull request #4924 from stenzek/vulkan-list-restart 2017-02-18 21:58:30 +10:00
VideoCommon Merge pull request #4800 from JosJuice/movie-dual-core-determinism 2017-02-23 13:19:39 -08:00
CMakeLists.txt