pcsx2/pcsx2
Jake.Stine 3532ebada0 Added Nneeve's fix for recMADDU (it was using the IMUL instruction which would have produced potentially incorrect results in rare cases).
Cleaned up some of the signed/unsigned ambiguity surrounding MULT/MULTU instructions.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@533 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-02-19 09:59:02 +00:00
..
3rdparty/zlib 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
DebugTools Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +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 Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Linux A few minor changes to the Linux port, and a minor ZeroGS bugfix. 2009-02-18 12:51:36 +00:00
RDebug Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
common 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
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 New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
x86 Added Nneeve's fix for recMADDU (it was using the IMUL instruction which would have produced potentially incorrect results in rare cases). 2009-02-19 09:59:02 +00:00
AlignedMalloc.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CDVD.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CDVD.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CDVDiso.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CDVDiso.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CDVDisodrv.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CDVDisodrv.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CDVDlib.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
COP0.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
COP0.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
COP2.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Cache.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Cache.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CdRom.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
CdRom.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Common.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Console.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Counters.cpp Counters fix from tmkk -- a rarely used gate mode of the EE counters was being handled incorrectly. 2009-02-18 18:05:58 +00:00
Counters.h Counters fix from tmkk -- a rarely used gate mode of the EE counters was being handled incorrectly. 2009-02-18 18:05:58 +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 Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Elfheader.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Exceptions.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
FPU.cpp Added Nneeve's fix for recMADDU (it was using the IMUL instruction which would have produced potentially incorrect results in rare cases). 2009-02-19 09:59:02 +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 Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
GS.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
GS.h Fixed a bug that caused MTGS to throw "pure virtual function called" errors on rare occasions, and cause crashes in Linux. (Issue 31) 2009-02-17 01:38:02 +00:00
Gif.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Hw.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Hw.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
HwRead.cpp New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
HwWrite.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Interpreter.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopBios.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +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
IopCounters.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopCounters.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopDma.cpp Counters fix from tmkk -- a rarely used gate mode of the EE counters was being handled incorrectly. 2009-02-18 18:05:58 +00:00
IopDma.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopHw.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopHw.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopMem.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopMem.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopSio2.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
IopSio2.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
MMI.cpp Added Nneeve's fix for recMADDU (it was using the IMUL instruction which would have produced potentially incorrect results in rare cases). 2009-02-19 09:59:02 +00:00
MTGS.cpp Fixed a bug that caused MTGS to throw "pure virtual function called" errors on rare occasions, and cause crashes in Linux. (Issue 31) 2009-02-17 01:38:02 +00:00
Makefile.am Let's see: Fix Linux build so it compiles, both under normal and devbuilds. Add the ZeroGS patch for SSE2, and preliminary work on the configuration issue. Get build.sh postix compliant. And let's not feed C++ strings to WriteLn. 2009-02-10 12:42:26 +00:00
Mdec.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
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 Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Memory.cpp Small change - removed 2 console logs from release builds 2009-02-18 16:11:30 +00:00
Memory.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
MemoryCard.cpp New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
MemoryCard.h New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
MemoryVM.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Misc.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Misc.h New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
Patch.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Patch.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
PathUtils.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Paths.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
Plugins.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Plugins.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +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 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
PsxCommon.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
R3000A.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
R3000A.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
R3000AInterpreter.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
R3000AOpcodeTables.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
R5900.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
R5900.h Added Nneeve's fix for recMADDU (it was using the IMUL instruction which would have produced potentially incorrect results in rare cases). 2009-02-19 09:59:02 +00:00
R5900OpcodeImpl.cpp Added Nneeve's fix for recMADDU (it was using the IMUL instruction which would have produced potentially incorrect results in rare cases). 2009-02-19 09:59:02 +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
SPR.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
SPR.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
SafeArray.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
SamplProf.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
SaveState.cpp New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
SaveState.h New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
Sif.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Sif.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Sifcmd.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Sio.cpp New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
Sio.h New Speed Hack! And a good one! This is an idea I had a while back, as implemented by Pseudonym, and is intended as an eventual replacement for all EE speed hacks (x2, x3, etc). Expect huge speedups in most games way beyond even X3, and it shouldn't break FMVs or cause graphical artifacts either like the old hacks do. 2009-02-19 09:51:21 +00:00
SourceLog.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Stats.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +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 Lots of work from tmkk. This update adds recompiling for several MMI opcodes, fixes bugs and adds SSSE3 detection. 2009-02-17 23:29:47 +00:00
System.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
ThreadTools.cpp Fixed a bug that caused MTGS to throw "pure virtual function called" errors on rare occasions, and cause crashes in Linux. (Issue 31) 2009-02-17 01:38:02 +00:00
Threading.h Fixed a bug that caused MTGS to throw "pure virtual function called" errors on rare occasions, and cause crashes in Linux. (Issue 31) 2009-02-17 01:38:02 +00:00
VU.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VU0.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VU0micro.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VU0microInterp.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VU1micro.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VU1microInterp.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +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 Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VUmicroMem.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VUops.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VUops.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Vif.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
Vif.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
VifDma.cpp A few fixes for MMI stuff by tmkk, and disabled a logging printf in release builds. 2009-02-18 14:03:35 +00:00
VifDma.h Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
bin 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
build.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
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 A few minor changes to the Linux port, and a minor ZeroGS bugfix. 2009-02-18 12:51:36 +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 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
vtlb.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00
vtlb.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
xmlpatchloader.cpp Updated the Copyright to reflect the passing of another year. :) 2009-02-15 23:23:46 +00:00