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