dolphin/Source/Core/Common/Src
Maarten ter Huurne 541a86de26 Removed unused function x86SetJ8().
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@365 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-08-27 13:42:32 +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
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 Fix shader cache bugs, improving linux speed. Remove some unnecessary printfs. 2008-08-08 19:46:04 +00:00
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
StringUtil.h
svnrev_template.h
TestFramework.cpp
TestFramework.h
Thread.cpp
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 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 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