dolphin/Source/Core
Jonathan Hamilton e66e034419 Fix some GCC ODR warnings
struct GekkoOPTemplate was implemented differently in different
compilation units, which breaks the ODR and could end up causing issues
as symbols exported from one compilation unit could end up being used by
another even if they have different implementations.

This puts them in an anonymous namespace, restricting any generated
symbols to the single compilation unit.
2017-06-29 12:21:32 -07:00
..
AudioCommon Swapped C-style arrays to std::array 2017-06-27 07:12:15 -03:00
Common Fix DoFileSearch for non-ASCII extensions on Windows 2017-06-28 09:50:02 +02:00
Core Fix some GCC ODR warnings 2017-06-29 12:21:32 -07:00
DiscIO Fix references to CACHE_REVISION in DiscIO comments 2017-06-27 21:32:14 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 Make Visual Studio happy 2017-06-28 20:42:01 +02:00
DolphinWX UICommon: Move Wx Graphics Settings functions 2017-06-28 20:13:37 +02:00
InputCommon StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
UICommon Make Visual Studio happy 2017-06-28 20:42:01 +02:00
VideoBackends FramebufferManager: Fix EFB layers being attached to the wrong FBO. 2017-06-27 23:42:42 +02:00
VideoCommon Change "blocking" BlockingLoop::Stop to give up and die after a timeout. 2017-06-25 20:47:30 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00