dolphin/Source
comex 4c7bbd96e4 Improve ChunkFile.h:
- Add support for std::set and std:pair.

- Switch from std::is_pod to std::is_trivially_copyable, to allow for
  types that have constructors but trivial copy constructors.  Easy,
  except there are three different nonstandard versions of it required
  on different platforms, in addition to the standard one.
2013-10-31 15:40:53 -04:00
..
Android [Android] Do /not/ give users the benefit of the doubt that the device supports OpenGL ES 3 when we can't grab an OpenGL context. The only devices that fail to do so is PowerVR5 and we can't run with them anyway. 2013-10-31 07:30:18 -05:00
Core Improve ChunkFile.h: 2013-10-31 15:40:53 -04:00
DSPSpy
DSPTool Buildfix for dsptool. 2013-05-21 20:30:09 -04:00
TestSuite
UnitTests Adding unit test project to VS solution 2013-05-22 03:29:58 +02:00
VSProps Add dxsdk_dir to vc++ paths via base.props. This means you no longer need the paths in a global property sheet. In fact if you have them in such a file, you should remove them as it will cause conflicts with the vs2013 build. 2013-10-27 00:48:53 -07:00
CMakeLists.txt [Android] Fix PCH build. Clean up DolphinWX cmake file a little bit. Modify our android cmake toolchain file to make the default build location not be source root, because that is stupid. 2013-10-28 19:59:03 -05:00
Dolphin_2010.sln Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
pch.h Fix Linux build issue. 2013-10-27 19:51:55 -04:00