dolphin/Source/Core
Jasper St. Pierre 2b8a476a05 X11Utils: Don't depend on wx
We want to have two build targets: Main and MainNoGUI, and this code
will be linked against in both cases, so the ifdef isn't enough for
this case.

Just append to a vector of strings, and then convert it after the fact.
2014-08-06 21:38:47 -04:00
..
AudioCommon Merge pull request #724 from lioncash/mem_fn 2014-08-03 21:25:24 -07:00
Common Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
Core Fix more warnings from #579 2014-08-07 03:24:42 +02:00
DiscIO Remove fakepoll.h. 2014-07-26 22:53:40 -04:00
DolphinWX X11Utils: Don't depend on wx 2014-08-06 21:38:47 -04:00
InputCommon Restore Wayland compatibility. 2014-08-04 18:26:03 +02:00
VideoBackends Isolate D3D and Software Renderer from wxWidgets code 2014-08-03 20:28:50 -04:00
VideoCommon VertexLoader: do not prepare for vertices if we need to skip them 2014-08-04 20:47:02 -07:00
CMakeLists.txt