dolphin-emulator/Source/Core
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
..
AudioCommon Remove some more includes. 2013-10-19 19:59:03 -04:00
Common Improve ChunkFile.h: 2013-10-31 15:40:53 -04:00
Core Improve ChunkFile.h: 2013-10-31 15:40:53 -04:00
DiscIO Wipe all traces of OpenSSL's AES implementation. Use polarssl instead. 2013-10-27 18:27:07 +00:00
DolphinWX ogl: don't force depth+stencil for default framebuffer 2013-10-29 19:20:40 +01:00
InputCommon Remove some unnecessary includes as well as simplifying exisiting ones if possible. 2013-10-19 19:58:56 -04:00
VideoBackends Merge branch 'viewportCorrection' 2013-10-29 22:33:51 +01:00
VideoCommon VideoCommon: drop UpdateViewportWithCorrection 2013-10-29 18:55:50 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00