index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Src
Age
Commit message (
Expand
)
Author
2011-06-23
Tag Dolphin 3.0
3.0
NeoBrainX
2011-06-11
Windows: Sets the cwd to the folder that dolphin.exe resides in.
LPFaint99
2011-06-11
Revert r7421 and r7422.
NeoBrainX
2011-05-27
Improve WII state saves by saving /tmp and IPC request/reply queues
pierre
2011-05-25
some code cleanup i have left in my folder :)
Rodolfo Osvaldo Bogado
2011-05-24
Adds the option to change the path to the wii nand root
LPFaint99
2011-05-09
NAND:Consolidate Wad/Directory loading in CNANDContentLoader to one function
LPFaint99
2011-05-07
typo/ put back a log that i removed
LPFaint99
2011-05-07
Move the HLE hack of setting.txt file redirection to the BS2Emu
LPFaint99
2011-05-05
Update the country code in SysConf when wii system language is changed.
LPFaint99
2011-04-22
Core/Common: Allow LEA(32,...) with M() OpArgs exceeding the 2G range.
pierre
2011-04-11
Fix sysconf generation. Fixes issue 4348.
Glenn Rice
2011-04-01
Use mutexes in LogManager to make it threadsafe, as suggested by beistin's pa...
Jordan Woyak
2011-03-31
Create sys conf if it doesn't exists instead of asking questions
nakeee
2011-03-30
Eliminated a memcpy in DX11's vertex shader disk cache loading. Maybe games w...
Jordan Woyak
2011-03-22
Fixed some memory leaks. Only one was mine ;P
Jordan Woyak
2011-03-21
* GUI Video-Settings changes:
gnick79
2011-03-21
Moved per-game graphics configuration to the game-list right click menu. It w...
Jordan Woyak
2011-03-19
Hide DX11 on WinXP (fixes Issue 3719)
j4ck.fr0st
2011-03-16
Hack Misc.cpp into building on OS X.
Soren Jorvang
2011-03-16
Fix the video software backend. (closes issue 4269)
sl1nk3.s
2011-03-16
Make "GetLastErrorMsg" thread safe.
Jordan Woyak
2011-03-15
A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...
Jordan Woyak
2011-03-14
pthread_mutexattr_t's must be initialized before the type can be set.
Soren Jorvang
2011-03-12
The data from strdup must be deallocated with free, not delete. I got rid of ...
Jordan Woyak
2011-03-12
Re-enable the std::mutex try_lock on linux and use it for the Host_GetKeyStat...
Glenn Rice
2011-03-12
Fix things so that those who wish to compile with -std=c++0x can. To active ...
Glenn Rice
2011-03-11
Hack up hack number 7328, just to get things to compile.
Glenn Rice
2011-03-11
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...
Jordan Woyak
2011-03-11
Remove the need for the less than standard strnlen()/strndup().
Soren Jorvang
2011-03-08
DX11: Add real XFB mode support. May not work perfectly yet. I'm working on a...
Nolan Check
2011-03-07
- Little fix on CPUDetect.cpp about the correct detection related to new AVX ...
gnick79
2011-03-07
problem: TryAcquireSRWLockExclusive requires Windows 7 :/. solution kinda: us...
Jordan Woyak
2011-03-06
Somewhat experimental. If the SYSCONF file is not found or is invalid then g...
Glenn Rice
2011-03-06
Fix preprocessor prob.(recursive mutexes were being used where not necessary)...
Jordan Woyak
2011-03-05
Fix Common::Barrier and fix the deadlock by making Common::Event check to see...
Glenn Rice
2011-03-05
Fix the Host_GetKeyState deadlock caused by Billiard's latest changes.
Glenn Rice
2011-03-05
* Italian translation update
gnick79
2011-03-05
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...
Jordan Woyak
2011-03-04
First Revert my changes to VertexLoader.cpp, i don't own the games that get e...
Rodolfo Osvaldo Bogado
2011-03-03
Merge the log window CreateGUIControls and LoadSettings methods. This allows...
Glenn Rice
2011-03-03
Move SConscript files out from the Src subdirectories to be
Soren Jorvang
2011-03-03
Prepare for the release of Xcode 4, which has working LTO
Soren Jorvang
2011-03-03
When reloading the sysconf file make sure that the m_Entries vector is cleared.
Glenn Rice
2011-03-03
Reload sysconf file on stop in order to preserve changes committed during emu...
Shawn Hoffman
2011-03-02
Change YieldCPU to sleep(0) like on windows. Time trials show this to be the...
Glenn Rice
2011-03-01
Pass std::string's by reference when possible.
Glenn Rice
2011-03-01
More conversion from char * to std::string.
Glenn Rice
2011-02-28
Convert GetUserPath to return a std::string instead of a const char *. This ...
Glenn Rice
2011-02-27
a little simplification for the dlist id and a little correction to YieldPro...
Rodolfo Osvaldo Bogado
[next]