dolphin/Source/Core/Common/Src
2008-08-27 01:04:54 +00:00
..
ABI.cpp 32-bit speedup (videos mostly affected). Lots of various cleanup and future proofing. A small debugger feature. 2008-08-09 16:56:24 +00:00
ABI.h Lots of various changes. CPU detect fix. Maybe a minor speed increase. CPU bugs remain. 2008-08-12 20:05:45 +00:00
ChunkFile.cpp Save states - more boring groundwork. Far from done. 2008-08-21 23:28:07 +00:00
ChunkFile.h Fixed "no newline at end of file" warnings issued by GCC 4.2. 2008-08-24 21:50:41 +00:00
Common.cpp Linux: Fix so there isn't a trace/breakpoint trap when you get a panicalert and got the mem card reader to work 2008-08-17 18:29:20 +00:00
Common.h Cross compatibility function union (strcasecmp, unlink) 2008-08-24 16:25:52 +00:00
CPUDetect.cpp Declare EAX as input register for CPUID. 2008-08-25 10:21:19 +00:00
CPUDetect.h Added missing #include. 2008-08-16 10:41:36 +00:00
DynamicLibrary.cpp If dynamic library loading fails, log and return false instead of panicing. Also fixed bug in Get() where "retval" was not actually returned on non-Windows platforms. 2008-08-13 12:22:35 +00:00
DynamicLibrary.h Just submitting some boring minor cleanup and improved error msgs, to isolate my next change. 2008-07-27 20:51:02 +00:00
FileUtil.cpp - Fixed: Crash when loading a rom with an unknown file extension. 2008-08-17 19:28:24 +00:00
FileUtil.h Better error messages, Dolphin will create save directories if not present. 2008-07-20 21:20:22 +00:00
Hash.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
Hash.h Initial megacommit. 2008-07-12 17:40:22 +00:00
HTTP.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
HTTP.h Initial megacommit. 2008-07-12 17:40:22 +00:00
IniFile.cpp - Fixed: Crash when loading a rom with an unknown file extension. 2008-08-17 19:28:24 +00:00
IniFile.h minor improvements (mostly debugger) 2008-07-24 13:40:07 +00:00
Logging.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
Logging.h Initial megacommit. 2008-07-12 17:40:22 +00:00
MappedFile.cpp Implemented querying file size on POSIX. Also fixed size rounding of mmap() on POSIX. 2008-08-26 11:44:17 +00:00
MappedFile.h Initial megacommit. 2008-07-12 17:40:22 +00:00
MathUtil.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
MathUtil.h Initial megacommit. 2008-07-12 17:40:22 +00:00
MemArena.cpp Implemented Find4GBBase() on 32-bit non-Windows platforms. I am not sure the pointer acquired is any good though. 2008-08-22 10:38:53 +00:00
MemArena.h Initial megacommit. 2008-07-12 17:40:22 +00:00
MemoryUtil.cpp Fix shader cache bugs, improving linux speed. Remove some unnecessary printfs. 2008-08-08 19:46:04 +00:00
MemoryUtil.h More linux... 2008-08-01 13:59:37 +00:00
Plugin.cpp Linux: Fix ups for people running Linux. If it breaks anything, punch me in the face. 2008-07-20 11:02:41 +00:00
Plugin.h Initial megacommit. 2008-07-12 17:40:22 +00:00
PortableSockets.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
PortableSockets.h Initial megacommit. 2008-07-12 17:40:22 +00:00
SConscript Only use "-fPIC" for compiling objects that will be part of dynamic libs. Make SConscripts inherit the compile flags from the top level instead of overriding them. 2008-08-26 22:28:42 +00:00
stdafx.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
stdafx.h Turned on Warnings as Errors for all vcprojs. Fixed almost all of the warnings in win32. Added many SVN Ignore settings. 2008-08-23 15:28:24 +00:00
StringUtil.cpp Fix linux build and a crash. hrm, how did it work before... 2008-08-07 19:20:51 +00:00
StringUtil.h finished dialogs for memory checks and breakpoints 2008-07-24 08:47:38 +00:00
svnrev_template.h Attempt at auto update SVN revision in title bar - let's see if it works for everyone, sorry Sonic, you'll have to find a linux solution (see svnrev_template.h). Also adds some smash bros cheats. 2008-07-20 15:12:12 +00:00
TestFramework.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
TestFramework.h Initial megacommit. 2008-07-12 17:40:22 +00:00
Thread.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
Thread.h Potential fix for full screen GL in Windows, and fixes for both Linux and Mac 2008-07-30 06:10:34 +00:00
Thunk.cpp Fixed "no newline at end of file" warnings issued by GCC 4.2. 2008-08-24 21:50:41 +00:00
Thunk.h Lots of various changes. CPU detect fix. Maybe a minor speed increase. CPU bugs remain. 2008-08-12 20:05:45 +00:00
Timer.cpp Linux: Fix ups for people running Linux. If it breaks anything, punch me in the face. 2008-07-20 11:02:41 +00:00
Timer.h Initial megacommit. 2008-07-12 17:40:22 +00:00
x64Analyzer.cpp 32-bit speedup (videos mostly affected). Lots of various cleanup and future proofing. A small debugger feature. 2008-08-09 16:56:24 +00:00
x64Analyzer.h 32-bit speedup (videos mostly affected). Lots of various cleanup and future proofing. A small debugger feature. 2008-08-09 16:56:24 +00:00
x64Emitter.cpp On platforms where the OpenGL library uses the CDECL calling convention, the stack should be increased after making a call. 2008-08-27 01:04:54 +00:00
x64Emitter.h Lots of various changes. CPU detect fix. Maybe a minor speed increase. CPU bugs remain. 2008-08-12 20:05:45 +00:00