dolphin/Source/Core
magumagu 282e9bd292 JitCache: use a custom bit-set class.
Unfortunately, this appears to be necessary for the sake of performance;
the standard library equivalents don't work well enough on Visual Studio
2013. vector<bool>::insert() is way too slow in debug
builds to be usable, and std::bitset generates inefficient code in release
builds.
2014-05-24 14:17:53 -07:00
..
AudioCommon Merge pull request #256 from magumagu/dsound-notify 2014-05-23 17:02:55 -07:00
Common Move bn.h and ec.h into the correct filter section 2014-05-17 16:47:41 -04:00
Core JitCache: use a custom bit-set class. 2014-05-24 14:17:53 -07:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX Merge pull request #376 from lioncash/wx 2014-05-21 21:54:00 -07:00
InputCommon Remove SDL from Externals. 2014-05-04 19:41:02 -05:00
VideoBackends Merge pull request #370 from Sonicadvance1/remove_specialized_memcmp 2014-05-22 13:02:11 -07:00
VideoCommon Merge pull request #370 from Sonicadvance1/remove_specialized_memcmp 2014-05-22 13:02:11 -07:00
CMakeLists.txt