.. |
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 |
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
|
Ban compression of Wii images until it has been tested. All sorts of minor cleanup.
|
2008-09-24 19:10:56 +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
|
|
|
DriveUtil.cpp
|
Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way.
|
2008-09-17 23:25:35 +00:00 |
DriveUtil.h
|
Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way.
|
2008-09-17 23:25:35 +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
|
Moved ScanDirectoryTree() to FileUtil: this is a generic directory scanning function which might be useful in other places as well.
|
2008-09-23 23:27:38 +00:00 |
FileUtil.h
|
Moved ScanDirectoryTree() to FileUtil: this is a generic directory scanning function which might be useful in other places as well.
|
2008-09-23 23:27:38 +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
|
Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way.
|
2008-09-17 23:25:35 +00:00 |
IniFile.cpp
|
|
|
IniFile.h
|
|
|
Logging.cpp
|
|
|
Logging.h
|
|
|
MappedFile.cpp
|
Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way.
|
2008-09-17 23:25:35 +00:00 |
MappedFile.h
|
Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way.
|
2008-09-17 23:25:35 +00:00 |
MathUtil.cpp
|
|
|
MathUtil.h
|
|
|
MemArena.cpp
|
32-bit Linux fix: check result of mmap(): if it fails, it returns MAP_FAILED, which is not equal to 0. Also print error message associated with errno.
|
2008-09-17 08:08:22 +00:00 |
MemArena.h
|
Changed return type of Find4GBBase() to u8*, since it really is a pointer (all callers were typecasting it to u8*).
|
2008-09-17 07:58:17 +00:00 |
MemoryUtil.cpp
|
fix for small memory leaks
|
2008-09-17 08:40:52 +00:00 |
MemoryUtil.h
|
|
|
Plugin.cpp
|
|
|
Plugin.h
|
|
|
SConscript
|
cleaned up SConscripts
|
2008-09-21 19:54:29 +00:00 |
stdafx.cpp
|
|
|
stdafx.h
|
|
|
StringUtil.cpp
|
remove annoying message.
|
2008-09-22 20:41:20 +00:00 |
StringUtil.h
|
|
|
svnrev_template.h
|
|
|
TestFramework.cpp
|
|
|
TestFramework.h
|
|
|
Thread.cpp
|
DC idle skipping part 2: video thread is woken up when "OnIdle".
|
2008-09-24 10:52:58 +00:00 |
Thread.h
|
Protect dvdread with a critical section, should fix crashes when running ikaruga from a compressed iso. Some coding standard stuff.
|
2008-09-24 20:47:11 +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
|
|
|
Timer.cpp
|
|
|
Timer.h
|
|
|
x64Analyzer.cpp
|
added ()
|
2008-09-07 14:04:25 +00:00 |
x64Analyzer.h
|
|
|
x64Emitter.cpp
|
Fixed a couple of unused variable warnings.
|
2008-09-08 20:14:07 +00:00 |
x64Emitter.h
|
|
|