This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
1b583a0441320f6e73b932aaaed4bb5ec84eb6dd
dolphin
/
Source
/
Plugins
/
Plugin_VideoSoftware
History
Glenn Rice
1b583a0441
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.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7333
8ced0084-cf51-0410-be5f-012b33b47a6e
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