Logo
Explore Help
Register Sign In
mirror/dolphin
1
0
Fork 0
You've already forked dolphin
mirror of https://github.com/dolphin-emu/dolphin.git synced 2026-04-19 16:50:43 -05:00
Code Issues Packages Projects Releases Wiki Activity
Files
5f0e073d1c6ec341f5c97040370465c6fa6fb3ff
dolphin/Source/Plugins
History
Nolan Check 580cd2539c Yikes, I have no idea how this happened.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7341 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-14 09:48:12 +00:00
..
Plugin_VideoDX9
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Windows builds now use SRWLocks and ConditionVariables(requires Vista/7, x64 builds will no longer work on Windows XP x64). Tell me if you hate that. Removed Common::EventEx. Common::Event now uses a std::condition_variable impl.(using ConditionVariables on Windows x64, Events on x86, or posix condition variables elsewhere). I experience slight speed improvements with these changes.
2011-03-05 06:11:26 +00:00
Plugin_VideoDX11
Yikes, I have no idea how this happened.
2011-03-14 09:48:12 +00:00
Plugin_VideoOGL
Probably should use the IOFile built in mechanism to check if the file is open.
2011-03-11 18:13:08 +00:00
Plugin_VideoSoftware
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
…
Powered by Gitea Version: 1.25.5 Page: 2146ms Template: 70ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API