.. |
ABI.cpp
|
Fixed ProtectFunction(): it should copy parameters using the padded size. Actually, I am not sure this function is correct, but at least its implementation is now equivalent to the original (before rev 439).
|
2008-09-05 01:48:16 +00:00 |
ABI.h
|
Fixed ProtectFunction(): it should copy parameters using the padded size. Actually, I am not sure this function is correct, but at least its implementation is now equivalent to the original (before rev 439).
|
2008-09-05 01:48:16 +00:00 |
CPUDetect.cpp
|
fix 64-bit build too on Platform SDK 6.0, fix project file.
|
2008-09-07 11:07:55 +00:00 |
CPUDetect.h
|
Added missing #include.
|
2008-08-16 10:41:36 +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
|
Fixed Common logging.
|
2008-09-06 21:12:19 +00:00 |
Common.h
|
Added puts() HLE, WIIMOTE logging section and experimental virtual connection request.
|
2008-09-01 21:29:27 +00:00 |
DynamicLibrary.cpp
|
Fixes Sorting in Linux, already tested in Windows. and if logging isn't enabled when loading a dynamic library in Linux, it will print instead of log
|
2008-09-14 22:25:28 +00:00 |
DynamicLibrary.h
|
Add some missing GPL headers, fix building with Platform SDK 6.0, delete unused HTTP code.
|
2008-09-07 10:29:46 +00:00 |
ExtendedTrace.cpp
|
Moved all relevant code into the Wiimote plugin.
|
2008-09-13 17:11:15 +00:00 |
ExtendedTrace.h
|
Added ExtendedTrace crash logging. Wiimote HLE can now create an L2CAP connection.
|
2008-09-06 13:41:44 +00:00 |
FileUtil.cpp
|
Add some missing GPL headers, fix building with Platform SDK 6.0, delete unused HTTP code.
|
2008-09-07 10:29:46 +00:00 |
FileUtil.h
|
Add some missing GPL headers, fix building with Platform SDK 6.0, delete unused HTTP code.
|
2008-09-07 10:29:46 +00:00 |
Hash.cpp
|
Add some missing GPL headers, fix building with Platform SDK 6.0, delete unused HTTP code.
|
2008-09-07 10:29:46 +00:00 |
Hash.h
|
Initial megacommit.
|
2008-07-12 17:40:22 +00:00 |
IniFile.cpp
|
Fixed warnings about field initialisation order.
|
2008-08-27 12:33:49 +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
|
many warning fixes
|
2008-09-01 12:11:08 +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 |
SConscript
|
Removed "HTTP.cpp" from list of files to build, because the source file was removed too.
|
2008-09-07 13:03:32 +00:00 |
StringUtil.cpp
|
Revert a fix for now, might break Win32 build
|
2008-09-14 09:54:48 +00:00 |
StringUtil.h
|
finished dialogs for memory checks and breakpoints
|
2008-07-24 08:47:38 +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
|
Fixed warnings about comparison between signed and unsigned integer expressions.
|
2008-08-27 16:12:05 +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 ProtectFunction(): it should copy parameters using the padded size. Actually, I am not sure this function is correct, but at least its implementation is now equivalent to the original (before rev 439).
|
2008-09-05 01:48:16 +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 |
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 |
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 |
x64Analyzer.cpp
|
added ()
|
2008-09-07 14:04:25 +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
|
Fixed a couple of unused variable warnings.
|
2008-09-08 20:14:07 +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 |