pcsx2/pcsx2
gregory.hainaut 9987f673b3 IPU (linux): mangle asm label. Need for inlining (if link time optimization works one day).
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3592 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-08-02 17:14:51 +00:00
..
CDVD * Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now. 2010-07-09 16:51:48 +00:00
DebugTools Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
Docs New Docs folder setup: original proprietary docs files are kept in /pcsx2/Docs, and distributable PDFs should be generated from them into /bin/docs for releases. :) 2010-05-30 11:47:46 +00:00
IPU IPU (linux): mangle asm label. Need for inlining (if link time optimization works one day). 2010-08-02 17:14:51 +00:00
Linux pcsx2: Update the project files to no longer have coroutine. Fix a compiler warning. (zzogl-pg: Modify comments.) 2010-07-26 10:51:06 +00:00
RDebug Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
System * Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now. 2010-07-09 16:51:48 +00:00
Utilities * Switch the Confirmation dialogs to use '.' separators instead of ':' separators. The dots don't get escaped in the ini file, so they're much easier on the eyes. 2010-07-04 11:50:12 +00:00
ZipTools Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy. 2010-06-28 18:03:54 +00:00
gui GSdx: 2010-07-28 19:00:42 +00:00
ps2 Revert the OPH work of r3522 as it was based on wrong assumptions (except the direction flag in BUSDIR, that one was right). 2010-07-22 19:17:10 +00:00
windows Added a threadless state managed IPU. The code is still in it's early stages and will now be worked on to optimize for speed. The first optimization is to increase the read size in Vlc.h from 32 bit to 64 bit. 2010-07-26 10:18:28 +00:00
x86 Revert the OPH work of r3522 as it was based on wrong assumptions (except the direction flag in BUSDIR, that one was right). 2010-07-22 19:17:10 +00:00
3rdparty Linux: Make the build system even more hackish, to avoid issues with AC_OUTPUT and automake 1.11. 2009-06-07 07:13:54 +00:00
CMakeLists.txt pcsx2: Update the project files to no longer have coroutine. Fix a compiler warning. (zzogl-pg: Modify comments.) 2010-07-26 10:51:06 +00:00
COP0.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
COP0.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
COP2.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Cache.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Cache.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Common.h Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Config.h New gamefix hack that alternates the GIF_STAT flag "OPH" on each register read. 2010-07-26 18:55:18 +00:00
Counters.cpp Remove all MMX and XMM register freeze code. 2010-07-05 01:12:38 +00:00
Counters.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Dmac.h IPU: 2010-08-01 21:50:59 +00:00
Dump.cpp Major header file house cleaning! Should speed up recompilation times by a few percents. 2010-06-25 02:35:27 +00:00
Dump.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Elfheader.cpp * Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now. 2010-07-09 16:51:48 +00:00
Elfheader.h Reload disc info as needed, gets some "codebreaker" ELF which switches to the normal boot sequence after a while closer to working. 2010-05-28 12:13:51 +00:00
FPU.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
FiFo.cpp IPU: 2010-08-01 21:50:59 +00:00
GS.cpp Forgot this. Sorry Bleach players. 2010-07-22 22:11:21 +00:00
GS.h ReorderingMTGS: 2010-07-15 05:21:26 +00:00
GSState.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
GameDatabase.cpp GameDB: Fix long loading times of the database, by using a very efficient block-based allocation system, and reserving enough memory for about 9500 titles. Also added a thread at startup to load the gamedb in the background while PCSX2 is opening windows and printing to the console. 2010-06-28 03:05:10 +00:00
GameDatabase.h * Fix patches, which were broken in r3398 (they weren't being applied). 2010-07-07 07:41:44 +00:00
Gif.cpp Minor log change. 2010-07-26 17:03:40 +00:00
Gif.h ReorderingMTGS: 2010-07-16 16:48:08 +00:00
Hardware.h Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Hw.cpp Add an SPU2reset callback to SPU2 plugins, needed to put a stop to SPU2 sound generation when resetting the PS2 VM. If a plugin doesn't implement it directly, it automatically falls back on a manual soft reset using the SPU2's builtin software Core0/1 register writes. 2010-07-27 03:41:18 +00:00
Hw.h Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
HwRead.cpp New gamefix hack that alternates the GIF_STAT flag "OPH" on each register read. 2010-07-26 18:55:18 +00:00
HwWrite.cpp Minor log change. 2010-07-26 17:03:40 +00:00
Interpreter.cpp * Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now. 2010-07-09 16:51:48 +00:00
IopBios.cpp A line that got lost somehow. Fixes iop debugging output again. 2010-07-20 16:56:48 +00:00
IopBios.h Implemented a better "host:" rewrite system, which takes the path of the elf being loaded as the root of the virtual "host:". This is the same behaviour as pc-side ps2link clients. The code could probably be cleaned up a lot or made more configurable, if someone wants to improve it. 2010-06-26 21:17:21 +00:00
IopCommon.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopCounters.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopCounters.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopDma.cpp Remove all MMX and XMM register freeze code. 2010-07-05 01:12:38 +00:00
IopDma.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopHw.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopHw.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopIrq.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopMem.cpp Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy. 2010-06-28 18:03:54 +00:00
IopMem.h IOP: HLE ioman functions for paths starting with host[0-9]*: 2010-05-28 10:33:15 +00:00
IopModuleNames.cpp R3000A: rewrote module import table hooks for more extensive HLE in the near future. 2010-05-04 15:03:16 +00:00
IopSio2.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
IopSio2.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
MMI.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
MTGS.cpp ReorderingMTGS: 2010-07-17 12:11:37 +00:00
Mdec.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Mdec.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Memory.cpp Removed some unneeded code from our vu memory handlers (was an attempted optimization from long ago, but VU memory isn't accessed directly from the EE enough for it to matter). 2010-07-31 22:42:24 +00:00
Memory.h * Converted SPR.cpp and hwMFIFOWrite to use memcpy_qwc in the place of memcpy_fast. 2010-07-19 05:40:35 +00:00
MemoryTypes.h [copyright] 2010-07-09 15:36:09 +00:00
NakedAsm.h Added a threadless state managed IPU. The code is still in it's early stages and will now be worked on to optimize for speed. The first optimization is to increase the read size in Vlc.h from 32 bit to 64 bit. 2010-07-26 10:18:28 +00:00
Patch.cpp * Removed a completely unnecessary use of xSmartJump in the SLT instruction generation 2010-07-06 11:48:48 +00:00
Patch.h Fix patch application, which I broke in r3273. :) 2010-06-23 01:15:09 +00:00
Patch_Memory.cpp Cleanup patch.cpp... 2010-05-17 05:18:11 +00:00
Patch_Obsolete.h Cleanup patch.cpp... 2010-05-17 05:18:11 +00:00
PathDefs.h Major UI renovations! 2010-04-27 13:12:03 +00:00
Pcsx2Config.cpp New gamefix hack that alternates the GIF_STAT flag "OPH" on each register read. 2010-07-26 18:55:18 +00:00
PluginManager.cpp Add an SPU2reset callback to SPU2 plugins, needed to put a stop to SPU2 sound generation when resetting the PS2 VM. If a plugin doesn't implement it directly, it automatically falls back on a manual soft reset using the SPU2's builtin software Core0/1 register writes. 2010-07-27 03:41:18 +00:00
Plugins.h UI: 2010-07-01 15:08:12 +00:00
PrecompiledHeader.cpp [copyright] 2010-07-08 16:40:44 +00:00
PrecompiledHeader.h [copyright] 2010-07-08 16:40:44 +00:00
R3000A.cpp UI: 2010-06-06 04:17:43 +00:00
R3000A.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
R3000AInterpreter.cpp R3000A: rewrote module import table hooks for more extensive HLE in the near future. 2010-05-04 15:03:16 +00:00
R3000AOpcodeTables.cpp R3000A: rewrote module import table hooks for more extensive HLE in the near future. 2010-05-04 15:03:16 +00:00
R5900.cpp Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
R5900.h Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
R5900Exceptions.h Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy. 2010-06-28 18:03:54 +00:00
R5900OpcodeImpl.cpp DECI2: correct NUL writing for logging to remove garbage 2010-05-25 22:12:14 +00:00
R5900OpcodeTables.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
R5900OpcodeTables.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
SPR.cpp * Converted SPR.cpp and hwMFIFOWrite to use memcpy_qwc in the place of memcpy_fast. 2010-07-19 05:40:35 +00:00
SPR.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
SamplProf.h [copyright] 2010-07-09 15:36:09 +00:00
SaveState.cpp Mostly-new host exception system (host meaning the C++ / SEH exceptions, not the VM's PS2/MIPS exceptions). Main purpose is to make specifying diagnostic and end-user messages more sane. Secondary goal was to remove the need for C++ multiple and virtual inheritance, which are buggy in MSVC still, and problematic even when they aren't buggy. 2010-06-28 18:03:54 +00:00
SaveState.h IPU: 2010-08-01 21:50:59 +00:00
ShiftJisToUnicode.cpp [copyright] 2010-07-09 15:36:09 +00:00
Sif.cpp There was a slight threading affinity issue with r3000, so we have to revert it :p 2010-05-14 17:20:06 +00:00
Sif.h There was a slight threading affinity issue with r3000, so we have to revert it :p 2010-05-14 17:20:06 +00:00
Sif0.cpp Remove all MMX and XMM register freeze code. 2010-07-05 01:12:38 +00:00
Sif1.cpp Remove all MMX and XMM register freeze code. 2010-07-05 01:12:38 +00:00
Sifcmd.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Sio.cpp Fixed a couple bugs in memorycard ejection logic, and a nasty crash bug for anyone who had the old CWD mode enabled. 2010-05-26 23:06:31 +00:00
Sio.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
SourceLog.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Stats.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Stats.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
SysForwardDefs.h Fix patch application, which I broke in r3273. :) 2010-06-23 01:15:09 +00:00
System.cpp - Working on getting some old code working again which allows comparison between mVU and sVU program results. 2010-07-07 05:59:25 +00:00
System.h - Working on getting some old code working again which allows comparison between mVU and sVU program results. 2010-07-07 05:59:25 +00:00
VU.h - Working on getting some old code working again which allows comparison between mVU and sVU program results. 2010-07-07 05:59:25 +00:00
VU0.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU0micro.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU0microInterp.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU1micro.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VU1microInterp.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUflags.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUflags.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUmicro.cpp Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
VUmicro.h Fix superVU xgkick stuffs. 2010-07-19 12:35:03 +00:00
VUmicroMem.cpp Re-fix for some GCC packed structure bug. Hopefully this version works. It should according to the bug being tracked. 2010-07-07 20:01:30 +00:00
VUops.cpp ReorderingMTGS: 2010-07-11 04:53:50 +00:00
VUops.h Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +00:00
Vif.cpp Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Vif.h Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Vif0_Dma.cpp -Sorted some VIF problems causing unknown vifcmd errors (Enter the Matrix) 2010-06-30 00:55:22 +00:00
Vif1_Dma.cpp Revert the OPH work of r3522 as it was based on wrong assumptions (except the direction flag in BUSDIR, that one was right). 2010-07-22 19:17:10 +00:00
Vif1_MFIFO.cpp Revert the OPH work of r3522 as it was based on wrong assumptions (except the direction flag in BUSDIR, that one was right). 2010-07-22 19:17:10 +00:00
Vif_Codes.cpp Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Vif_Dma.h Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Vif_Transfer.cpp Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Vif_Unpack.cpp Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Vif_Unpack.h Merge const qualifiers and cleanups from ReorderingMTGS: Includes the VIF DIRECT changes, which seem to be stable this time. ;) 2010-07-22 12:20:11 +00:00
Vif_Unpack.inl Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins) 2010-05-03 14:08:02 +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
cheatscpp.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
sio_internal.h Completed support for various MemoryCard sizes (16, 32, 64 megs cards). 2010-05-26 19:45:33 +00:00
vtlb.cpp * Fix for Issue 493 -- non-standard SYSTEM.CNF contents are handled better now. 2010-07-09 16:51:48 +00:00
vtlb.h [copyright] 2010-07-09 15:36:09 +00:00