dolphin/Source
2011-03-12 01:19:04 +00:00
..
Core Re-enable the std::mutex try_lock on linux and use it for the Host_GetKeyState keystate_lock mutex. This reduces the number of application crashes on linux during emulation. 2011-03-12 01:19:04 +00:00
DSPSpy drop vs2008 projects in favor of vs2010 2011-02-11 15:43:05 +00:00
DSPTool Move SConscript files out from the Src subdirectories to be 2011-03-03 19:44:56 +00:00
Plugins Fix things so that those who wish to compile with -std=c++0x can. To active this with the cmake build add CXXFLAGS="-std=c++0x" before cmake on the command line, or export that variable. This enables the experimental features like std::thread, std::mutex, etc., that are provided by g++ instead of using the implementation in dolphin. 2011-03-12 00:01:33 +00:00
TestSuite drop vs2008 projects in favor of vs2010 2011-02-11 15:43:05 +00:00
UnitTests Move SConscript files out from the Src subdirectories to be 2011-03-03 19:44:56 +00:00
VSProps vs2010: add debugfast configs for wxw (now debugfast links faster!). clean up wxw projects a lot. 2011-02-10 06:31:12 +00:00
CMakeLists.txt Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though. 2010-11-01 15:47:02 +00:00
Dolphin_2010.sln windows: buildfix for non-release configs 2011-02-11 22:27:50 +00:00