This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2a694edf93591c326f013470d4d657e895fa18dd
dolphin
/
Source
/
Core
T
History
Glenn Rice
5706abf4a1
Hack up hack number 7328, just to get things to compile.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7329
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-11 12:56:26 +00:00
..
AudioCommon
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
2011-03-11 10:21:46 +00:00
Common
Hack up hack number 7328, just to get things to compile.
2011-03-11 12:56:26 +00:00
Core
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
2011-03-11 10:21:46 +00:00
DiscIO
Hack up hack number 7328, just to get things to compile.
2011-03-11 12:56:26 +00:00
DolphinWX
Hack up hack number 7328, just to get things to compile.
2011-03-11 12:56:26 +00:00
InputCommon
problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: use std::recursive_mutex (CriticalSection on windows) where try_lock is used. Dolphin should work on Vista x64 again.
2011-03-07 00:16:38 +00:00
VideoCommon
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
2011-03-11 10:21:46 +00:00
CMakeLists.txt
Merge UI related projects into the main DolphinWX project.
2011-02-11 21:37:52 +00:00