.. |
DebugTools
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
Docs
|
Should be the last of the trunk, gotta finish the branches/tags, but thats the main bulk transferred.
|
2009-02-06 20:04:37 +00:00 |
IPU
|
Add dmaIPU0 & dmaIPU1 externs. :(
|
2009-03-29 12:29:08 +00:00 |
Linux
|
Linux: A little bit of catchup with Windows; Add the VU Clip hack back in for Persona.
|
2009-03-26 12:16:31 +00:00 |
RDebug
|
Disabled global optimization properly, and enabled Incremental Link, on devel builds. Minor code changes compile fairly instantly now. ;) I'll make some property sheets for enabled/disabled LTCG/WPO in the future.
|
2009-03-16 18:32:18 +00:00 |
tinyxml
|
Re-Added eol-style:native properties to the repository. The settings got lost when we merged from Playground to Official.
|
2009-02-09 21:15:56 +00:00 |
windows
|
- Various fixes to MMI and more changes to opcodes to mimic ps2 behavior, thanks to Nneeve.
|
2009-03-22 19:40:43 +00:00 |
x86
|
- Nneeve fixed the Tri-Ace gamefix so Gradius5 doesn't crash with it enabled anymore.
|
2009-03-27 23:52:17 +00:00 |
AlignedMalloc.cpp
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
CDVD.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
CDVD.h
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
CDVDiso.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
CDVDiso.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
CDVDisodrv.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
CDVDisodrv.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
CDVDlib.h
|
Linux: Bring the gamefixes dialog up to date.
|
2009-03-15 01:15:18 +00:00 |
COP0.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
COP0.h
|
Minor PERF fixups -- moved the diagnostic msg to a less spamming-like area (on PCCR assignment, rather than on PCR update).
|
2009-03-11 19:08:08 +00:00 |
COP2.cpp
|
Replaced more SysPrintf's with Console:: functions then I want to think about. A few minor changes in passing, mainly format-related.
|
2009-03-27 01:42:51 +00:00 |
Cache.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
Cache.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
CdRom.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
CdRom.h
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
Common.h
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
Console.cpp
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
Counters.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
Counters.h
|
Major overhaul of the savestate system!
|
2009-03-19 04:16:24 +00:00 |
Decode_XA.cpp
|
Re-Added eol-style:native properties to the repository. The settings got lost when we merged from Playground to Official.
|
2009-02-09 21:15:56 +00:00 |
Decode_XA.h
|
Re-Added eol-style:native properties to the repository. The settings got lost when we merged from Playground to Official.
|
2009-02-09 21:15:56 +00:00 |
EEregs.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
Elfheader.cpp
|
More work on Gif.cpp & IPU.cpp. Got fed up with straightening IPU.cpp up by hand, so I ran Artistic Style on it, and then strightened the results out.
|
2009-03-29 11:10:44 +00:00 |
Elfheader.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
Exceptions.h
|
Linux: All right, this will have to be fixed properly at some point, but hack in a printf so that Linux users can at least see the exact exception games crash on if they crash (Though it won't get logged at the moment).
|
2009-03-22 11:01:35 +00:00 |
FPU.cpp
|
Replaced more SysPrintf's with Console:: functions then I want to think about. A few minor changes in passing, mainly format-related.
|
2009-03-27 01:42:51 +00:00 |
FPU2.cpp
|
Re-Added eol-style:native properties to the repository. The settings got lost when we merged from Playground to Official.
|
2009-02-09 21:15:56 +00:00 |
FiFo.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
GS.cpp
|
More work on Gif.cpp & IPU.cpp. Got fed up with straightening IPU.cpp up by hand, so I ran Artistic Style on it, and then strightened the results out.
|
2009-03-29 11:10:44 +00:00 |
GS.h
|
Remove lots of evil %'s.
|
2009-03-05 21:35:26 +00:00 |
Gif.cpp
|
More work on Gif.cpp & IPU.cpp. Got fed up with straightening IPU.cpp up by hand, so I ran Artistic Style on it, and then strightened the results out.
|
2009-03-29 11:10:44 +00:00 |
HashMap.h
|
Fixed a bug in the new patch code introduced in r669, and applied a patch for ICC from Issue 69. Thanks, feal87 :)
|
2009-03-07 12:27:55 +00:00 |
HashTools.cpp
|
Added missing files from prev commit.
|
2009-03-06 01:45:43 +00:00 |
HostGui.h
|
Fixed a bug that caused pcsx2 to crash when loading/saving savestates using the "other..." menu option.
|
2009-03-12 12:44:22 +00:00 |
Hw.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
Hw.h
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
HwRead.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
HwWrite.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
Interpreter.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
IopBios.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
IopBios.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
IopBios2.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
IopCommon.h
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
IopCounters.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
IopCounters.h
|
A few very minor comment cleanups; getting all my code branches in sync for when I hit the road today.
|
2009-03-19 08:28:00 +00:00 |
IopDma.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
IopDma.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
IopHw.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
IopHw.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
IopMem.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
IopMem.h
|
More changes to the IOP's memory model. Some of these are experimental and might cause problems (needs testing). Quick rundown:
|
2009-03-19 03:59:25 +00:00 |
IopSio2.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
IopSio2.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
MMI.cpp
|
- Various fixes to MMI and more changes to opcodes to mimic ps2 behavior, thanks to Nneeve.
|
2009-03-22 19:40:43 +00:00 |
MTGS.cpp
|
More work on Gif.cpp & IPU.cpp. Got fed up with straightening IPU.cpp up by hand, so I ran Artistic Style on it, and then strightened the results out.
|
2009-03-29 11:10:44 +00:00 |
Makefile.am
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
Mdec.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
Mdec.h
|
Re-Added eol-style:native properties to the repository. The settings got lost when we merged from Playground to Official.
|
2009-02-09 21:15:56 +00:00 |
MemcpyFast.h
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
Memory.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
Memory.h
|
Fixed a bug in memcpy_fast that caused memory corruption on blocks not aligned to 32-bits in length (this might fix the linux memcpy fast problem too).
|
2009-03-09 21:52:33 +00:00 |
MemoryCard.cpp
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
MemoryCard.h
|
Added several important variables to the VIFdma savestate, relating to it's SSE unpacker; which should make the gifdone savestate hack obsolete (it broke savestates for most FMVs and some games). Seeing how important the unpacker tables are, it's a miracle VIFdma ever recovered from a savestate without them ;)
|
2009-02-19 22:48:05 +00:00 |
Misc.cpp
|
Major overhaul of the savestate system!
|
2009-03-19 04:16:24 +00:00 |
Misc.h
|
Major overhaul of the savestate system!
|
2009-03-19 04:16:24 +00:00 |
NakedAsm.h
|
Rewrite immediate jumps from the block manager instead of having dispatchers to do this at execution time.
|
2009-03-14 16:30:35 +00:00 |
Patch.cpp
|
More work on Gif.cpp & IPU.cpp. Got fed up with straightening IPU.cpp up by hand, so I ran Artistic Style on it, and then strightened the results out.
|
2009-03-29 11:10:44 +00:00 |
Patch.h
|
More work on Gif.cpp & IPU.cpp. Got fed up with straightening IPU.cpp up by hand, so I ran Artistic Style on it, and then strightened the results out.
|
2009-03-29 11:10:44 +00:00 |
PathUtils.cpp
|
Added Path::GetFilenameWithoutExt, and fixed some other PathUtil API layouts.
|
2009-03-05 21:06:29 +00:00 |
Paths.h
|
Move the configuration section of Misc.h to a new file, Pcsx2Config.h.
|
2009-03-06 15:09:42 +00:00 |
Plugins.cpp
|
Pcsx2: Added experimental mtap support, must be enabled through pad plugin. Fixed bug in default PADfreeze function that would fail to load states created with LilyPad when using other pad plugins. Added support for disconnected pads (Mostly a convenience for mtap support, for games that use pad presence to assign pads to players).
|
2009-03-29 06:24:28 +00:00 |
Plugins.h
|
Made the GSdx render switch thing a bit cleaner, moved it where it belongs
|
2009-03-06 10:04:32 +00:00 |
PrecompiledHeader.cpp
|
Should be the last of the trunk, gotta finish the branches/tags, but thats the main bulk transferred.
|
2009-02-06 20:04:37 +00:00 |
PrecompiledHeader.h
|
Some header work, get rid of some dead code, and rename PsxCommon.h.
|
2009-03-13 04:49:23 +00:00 |
R3000A.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
R3000A.h
|
Get rid of some duplicated code in cpuException...
|
2009-03-20 01:26:38 +00:00 |
R3000AInterpreter.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
R3000AOpcodeTables.cpp
|
Replaced more SysPrintf's with Console:: functions then I want to think about. A few minor changes in passing, mainly format-related.
|
2009-03-27 01:42:51 +00:00 |
R5900.cpp
|
Replaced more SysPrintf's with Console:: functions then I want to think about. A few minor changes in passing, mainly format-related.
|
2009-03-27 01:42:51 +00:00 |
R5900.h
|
Get rid of some duplicated code in cpuException...
|
2009-03-20 01:26:38 +00:00 |
R5900Exceptions.h
|
Committing the beginnings of a new PS2 Exception Handler! This is very much a work in progress, but it shouldn't really break (or fix) anything in its current state.
|
2009-03-01 21:49:17 +00:00 |
R5900OpcodeImpl.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
R5900OpcodeTables.cpp
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
R5900OpcodeTables.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
RecoverySystem.cpp
|
Major GUI API Cleanups. Most likely buggy as all hell.
|
2009-03-04 11:33:45 +00:00 |
RedtapeWindows.h
|
Re-re-fixed the Windows.h mess. PsxCommon.h still had a win32 include, and cdvd.cpp and misc.cpp had some win/linux code which I relocated. Also, cleaned up the vtlb's SysExceptionHandler stuff -- moved the platform-specific portions to WinSysExec and LnxSysExec, and moved the shared code portion to a new function in Memory.cpp.
|
2009-03-01 03:30:19 +00:00 |
SPR.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
SPR.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
SafeArray.h
|
SPU2-X: Fixed some problems with saving/loading states, when loading from old savestate versions.
|
2009-03-07 19:04:37 +00:00 |
SamplProf.h
|
Yay more header file cleanup chores! Removed most of the Windows.h dependencies from non-Win32 specific files, and fixed the annoying ARRAYSIZE warnings. Let's say it together: "We all should love C's archaic include system, because it makes Jake and Arcum work really hard for no good reason."
|
2009-02-28 20:55:53 +00:00 |
SaveState.cpp
|
Major overhaul of the savestate system!
|
2009-03-19 04:16:24 +00:00 |
SaveState.h
|
Pcsx2: Added experimental mtap support, must be enabled through pad plugin. Fixed bug in default PADfreeze function that would fail to load states created with LilyPad when using other pad plugins. Added support for disconnected pads (Mostly a convenience for mtap support, for games that use pad presence to assign pads to players).
|
2009-03-29 06:24:28 +00:00 |
Saveslots.cpp
|
Fixed a bug that caused pcsx2 to crash when loading/saving savestates using the "other..." menu option.
|
2009-03-12 12:44:22 +00:00 |
Sif.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
Sif.h
|
Committing the beginnings of a new PS2 Exception Handler! This is very much a work in progress, but it shouldn't really break (or fix) anything in its current state.
|
2009-03-01 21:49:17 +00:00 |
Sifcmd.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
Sio.cpp
|
LilyPad: Fixed a binding bug due to old debug code still hanging around, added ability to swap pad bindings (Right-click context menu).
|
2009-03-29 18:03:42 +00:00 |
Sio.h
|
Pcsx2: Added experimental mtap support, must be enabled through pad plugin. Fixed bug in default PADfreeze function that would fail to load states created with LilyPad when using other pad plugins. Added support for disconnected pads (Mostly a convenience for mtap support, for games that use pad presence to assign pads to players).
|
2009-03-29 06:24:28 +00:00 |
SourceLog.cpp
|
Savestate version upgrade and stability fix -- added some vars that the SPRdma might like to preserve between states, and removed some old hacky VM-related stuff while I was at it.
|
2009-03-04 13:00:32 +00:00 |
Stats.cpp
|
Replaced more SysPrintf's with Console:: functions then I want to think about. A few minor changes in passing, mainly format-related.
|
2009-03-27 01:42:51 +00:00 |
Stats.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
StringUtils.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
System.cpp
|
Disabled global optimization properly, and enabled Incremental Link, on devel builds. Minor code changes compile fairly instantly now. ;) I'll make some property sheets for enabled/disabled LTCG/WPO in the future.
|
2009-03-16 18:32:18 +00:00 |
System.h
|
Disabled global optimization properly, and enabled Incremental Link, on devel builds. Minor code changes compile fairly instantly now. ;) I'll make some property sheets for enabled/disabled LTCG/WPO in the future.
|
2009-03-16 18:32:18 +00:00 |
ThreadTools.cpp
|
Disabled global optimization properly, and enabled Incremental Link, on devel builds. Minor code changes compile fairly instantly now. ;) I'll make some property sheets for enabled/disabled LTCG/WPO in the future.
|
2009-03-16 18:32:18 +00:00 |
Threading.h
|
Added a BastTaskThread class to the threading tools.
|
2009-03-18 18:56:03 +00:00 |
VU.h
|
microVU rec stuff
|
2009-03-01 03:36:52 +00:00 |
VU0.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
VU0micro.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
VU0microInterp.cpp
|
Replaced more SysPrintf's with Console:: functions then I want to think about. A few minor changes in passing, mainly format-related.
|
2009-03-27 01:42:51 +00:00 |
VU1micro.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
VU1microInterp.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
VUflags.cpp
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
VUflags.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
VUmicro.h
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
VUmicroMem.cpp
|
Major overhaul of the savestate system!
|
2009-03-19 04:16:24 +00:00 |
VUops.cpp
|
Fix the vu interpreter thing again. This should be right now (according to cotton, blame him if its not!) :p
|
2009-03-28 00:42:37 +00:00 |
VUops.h
|
Updated the Copyright to reflect the passing of another year. :)
|
2009-02-15 23:23:46 +00:00 |
Vif.cpp
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
Vif.h
|
Added several important variables to the VIFdma savestate, relating to it's SSE unpacker; which should make the gifdone savestate hack obsolete (it broke savestates for most FMVs and some games). Seeing how important the unpacker tables are, it's a miracle VIFdma ever recovered from a savestate without them ;)
|
2009-02-19 22:48:05 +00:00 |
VifDma.cpp
|
More work on Gif.cpp & IPU.cpp. Got fed up with straightening IPU.cpp up by hand, so I ran Artistic Style on it, and then strightened the results out.
|
2009-03-29 11:10:44 +00:00 |
VifDma.h
|
More work on Gif.cpp & IPU.cpp. Got fed up with straightening IPU.cpp up by hand, so I ran Artistic Style on it, and then strightened the results out.
|
2009-03-29 11:10:44 +00:00 |
bin
|
Linux: A little more consistancy about using the System.h wrappers, restore the bin symlink, and a few other minor changes to plugins.
|
2009-02-21 11:14:09 +00:00 |
build.sh
|
Restructured the build system from the ground up. 3rdparty libs have been moved back into a /3rdparty folder, and are compiled as libraries. Most relevant plugins are part of the pcsx2_suite_2008.sln. Revision tagging of filenames is still there, but is now disabled by default. Pathnames with spaces shouldn't break the buildscripts anymore. Removed tons and tons of files in an effort to simplify the repository and build system management. So if a solution file you're used to using is missing, it's missing for a good reason (means the project can be built either from the Suite solution, or by double-clicking the project file from explorer, from which MSVC creates a new solution for you).
|
2009-02-24 02:08:37 +00:00 |
cheatscpp.h
|
Re-Added eol-style:native properties to the repository. The settings got lost when we merged from Playground to Official.
|
2009-02-09 21:15:56 +00:00 |
configure.ac
|
Since WriteLn is used for logging, and it automatically appends newlines, remove a bunch of legacy newlines from various logging functions.
|
2009-03-27 06:34:51 +00:00 |
depcomp
|
Should be the last of the trunk, gotta finish the branches/tags, but thats the main bulk transferred.
|
2009-02-06 20:04:37 +00:00 |
install-sh
|
Should be the last of the trunk, gotta finish the branches/tags, but thats the main bulk transferred.
|
2009-02-06 20:04:37 +00:00 |
missing
|
Should be the last of the trunk, gotta finish the branches/tags, but thats the main bulk transferred.
|
2009-02-06 20:04:37 +00:00 |
mkinstalldirs
|
Should be the last of the trunk, gotta finish the branches/tags, but thats the main bulk transferred.
|
2009-02-06 20:04:37 +00:00 |
pcsxAbout.bmp
|
Updated logo to remove the "Playground" stamp :) Welcome aboard guys!
|
2009-02-06 22:16:40 +00:00 |
vssprintf.cpp
|
Minor optimizations to vssprintf.
|
2009-03-18 06:39:55 +00:00 |
vtlb.cpp
|
Replaced more SysPrintf's with Console:: functions then I want to think about. A few minor changes in passing, mainly format-related.
|
2009-03-27 01:42:51 +00:00 |
vtlb.h
|
Fix for some random slowdown introduced in 815 (bad cacheline coloring caused a random 30% speed drop when not using speedhacks) >_<
|
2009-03-19 10:20:56 +00:00 |
xmlpatchloader.cpp
|
Replaced more SysPrintf's with Console:: functions then I want to think about. A few minor changes in passing, mainly format-related.
|
2009-03-27 01:42:51 +00:00 |