dolphin/Source/Core
Tillmann Karras 33beaf20f3 PolarSSL: adapt Dolphin to new version
- strip down PolarSSL's CMakeLists.txt
- switch to the PolarSSL 1.3 API
- use entropy interface instead of havege (PolarSSL 1.3 has disabled
  havege by default because it is "considered unsafe for primary usage")
- add VS2013 .vcxproj file
2014-02-24 16:20:50 +01:00
..
AudioCommon Fix more header sorting issues in AudioCommon/ (now check-includes clean). 2014-02-20 01:01:10 +01:00
Common Revert "Merge pull request #83 from lioncash/remove-console" 2014-02-23 07:48:06 +01:00
Core PolarSSL: adapt Dolphin to new version 2014-02-24 16:20:50 +01:00
DiscIO Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
DolphinWX Fetch swapInterval function pointer after binding a context 2014-02-24 12:45:02 +01:00
InputCommon Remove X11InputBase (dead code) 2014-02-22 22:42:42 +01:00
VideoBackends Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
VideoCommon Fix a compilation error introduced in PR #91. 2014-02-23 03:45:46 +01:00
CMakeLists.txt