dolphin/Source/Core
Jordan Woyak 8fedc3db38 Clean up "ControllerInterface" a bit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7339 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-14 01:20:11 +00:00
..
AudioCommon AudioCommon: Improve pad silence when ppc does not keep up with realtime 2011-03-12 22:02:46 +00:00
Common The data from strdup must be deallocated with free, not delete. I got rid of that ugly strdup and replaced the A though Z cdrom drive letter searching with Windows API stuffs. 2011-03-12 06:50:20 +00:00
Core Core/DSP/Jit: Implement Saturation/Limiting when reading ACM* in 40 bit mode 2011-03-12 17:50:19 +00:00
DiscIO Hack up hack number 7328, just to get things to compile. 2011-03-11 12:56:26 +00:00
DolphinWX 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
InputCommon Clean up "ControllerInterface" a bit. 2011-03-14 01:20:11 +00:00
VideoCommon 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
CMakeLists.txt Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00