dolphin/Source/Core/Common/Src
2008-08-30 16:05:32 +00:00
..
ABI.cpp
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 Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
ChunkFile.h State saving progress. Most core state seems to be saved/loaded correctly, not so for video yet unfortunately. 2008-08-30 16:05:32 +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 Cleaning up XK's mess, added a simple profiler, minor disasm fix. Too lazy to split it up into individual changes. Savestates not yet working. 2008-08-30 12:11:25 +00:00
DynamicLibrary.h
FileUtil.cpp - Fixed: Crash when loading a rom with an unknown file extension. 2008-08-17 19:28:24 +00:00
FileUtil.h
Hash.cpp
Hash.h
HTTP.cpp
HTTP.h
IniFile.cpp Fixed warnings about field initialisation order. 2008-08-27 12:33:49 +00:00
IniFile.h
Logging.cpp
Logging.h
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
MathUtil.cpp
MathUtil.h
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
MemoryUtil.cpp
MemoryUtil.h
Plugin.cpp
Plugin.h
PortableSockets.cpp
PortableSockets.h
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
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 Fixed warnings about comparison between signed and unsigned integer expressions. 2008-08-27 16:12:05 +00:00
StringUtil.h
svnrev_template.h
TestFramework.cpp
TestFramework.h
Thread.cpp Fixed warnings about comparison between signed and unsigned integer expressions. 2008-08-27 16:12:05 +00:00
Thread.h
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
Timer.h
x64Analyzer.cpp
x64Analyzer.h
x64Emitter.cpp Removed unused function x86SetJ8(). 2008-08-27 13:42:32 +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