dolphin/Source/Plugins/Plugin_VideoSoftware
2011-03-12 00:01:33 +00:00
..
Src 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 Reach over for Plugin_VideoOGL's copy of GLUtil. 2011-02-07 22:01:08 +00:00
Plugin_VideoSoftware.vcxproj revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Plugin_VideoSoftware.vcxproj.filters Reach over for Plugin_VideoOGL's copy of GLUtil. 2011-02-07 22:01:08 +00:00
SConscript Move SConscript files out from the Src subdirectories to be 2011-03-03 19:44:56 +00:00