pcsx2/plugins/spu2-x/src
Jake.Stine c942e3aaca * Implemented more support for on-the-fly CDVD source changes (not well tested, probably need work).
* Fix Reelease mode compilation errors. 
 * More misc bugfixes to the UI.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2207 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-11-16 17:14:10 +00:00
..
3rdparty/liba52 Linux: Added more correct __asm__ qualifiers and conditions; including __volatile__ on a lot of asm code (it should really be the default behavior and non-vlatile the specifier, but whatever >_<), and added register clobber specifiers. Might help unbreak some of GCC 4.4's optimization problems, although VIFdma's uber-hack SSE optimization looks like a real problem. 2009-10-05 11:05:11 +00:00
Linux SPU2-X: 2009-09-29 19:18:50 +00:00
Windows SPU2-X: Implemented SPU2test - it now reports an error and returns failure on CPUs not supporting SSE2. 2009-11-16 13:14:02 +00:00
ADSR.cpp SPU2-X: 2009-09-29 19:18:50 +00:00
Config.h SPU2-X: 2009-09-29 19:18:50 +00:00
ConvertUTF.cpp SPU2-X: 2009-09-29 19:18:50 +00:00
ConvertUTF.h Assorted code cleanups to WinMain's message handling, and streamlined the language selection 'gui restart' procedure. 2009-02-23 12:03:22 +00:00
DPLII.h SPU2-X: These aren't the buildfiles you're looking for. Move along now. 2009-02-20 21:48:59 +00:00
Debug.cpp SPU2-X: Fixed a huge bug in my last commit that broke most everything except the bios -- Core indexes were set to -1 instead of 0 and 1 (heh). Also a Speedup: Switched to a lookup table for dispatching SPU hardware register writes. 2009-09-30 05:35:37 +00:00
Debug.h SPU-X: Major code cleanups across the board, and optimizations to the reverb effects generator (possibly buggy yet) 2009-02-18 13:36:20 +00:00
DecodeDPLII.cpp SPU2-X: These aren't the buildfiles you're looking for. Move along now. 2009-02-20 21:48:59 +00:00
Decoder.cpp SPU2-X: Fix CDDA playback, which got broken a few revs back; and remove regression test code (ReadInput is pretty well confirmed to be good now, anything still broken is because of something else). 2009-10-04 08:47:43 +00:00
Dma.cpp SPU2-X: Fixed some more major bugs and typos; most sound *should* be working again now. Added a hackfix for a crash in the BIOS cased by what *should* be correct handling of IRQAs. 2009-10-03 13:32:23 +00:00
Dma.h SPU2-X: 2009-09-29 19:18:50 +00:00
Global.h SPU2-X: Implemented SPU2test - it now reports an error and returns failure on CPUs not supporting SSE2. 2009-11-16 13:14:02 +00:00
Lowpass.cpp SPU2-X: 2009-09-29 19:18:50 +00:00
Lowpass.h SPU2-X: 2009-09-29 19:18:50 +00:00
Makefile.am Some work on variable type consistancy, and getting rid of 64 bit processor checks. 2009-05-17 21:57:24 +00:00
Mixer.cpp SPU2-X: Revert Neill's x4 buffer indexers -- Fixes feedback. Update savestate version to fix prev savestates. 2009-10-27 14:08:25 +00:00
Mixer.h SPU2-X: (experimental) New reverb implementation using a more correct downsampler, as borrowed from "sexypsf." 2009-10-26 02:38:27 +00:00
PS2E-spu2.cpp * Implemented more support for on-the-fly CDVD source changes (not well tested, probably need work). 2009-11-16 17:14:10 +00:00
PS2E-spu2.h SPU2-X: 2009-09-29 19:18:50 +00:00
PrecompiledHeader.cpp SPU2-X: 2009-09-29 19:18:50 +00:00
ReadInput.cpp Savestates work! Not much else does yet (settings, etc), but at least this monkey's off my back. I can work on tying up more loose ends now. :) 2009-10-07 19:20:11 +00:00
RegLog.cpp SPU2-X: Fixed a huge bug in my last commit that broke most everything except the bios -- Core indexes were set to -1 instead of 0 and 1 (heh). Also a Speedup: Switched to a lookup table for dispatching SPU hardware register writes. 2009-09-30 05:35:37 +00:00
RegTable.cpp SPU2-X: Fixed a huge bug in my last commit that broke most everything except the bios -- Core indexes were set to -1 instead of 0 and 1 (heh). Also a Speedup: Switched to a lookup table for dispatching SPU hardware register writes. 2009-09-30 05:35:37 +00:00
Reverb.cpp SPU2-X: Revert Neill's x4 buffer indexers -- Fixes feedback. Update savestate version to fix prev savestates. 2009-10-27 14:08:25 +00:00
SndOut.cpp SPU2-X: fix a memory leak that dropped a few Kbytes of memory on every suspend/resume (it's been there for ages too; SoundTouch object wasn't being deleted). 2009-10-08 11:58:56 +00:00
SndOut.h SPU2-X: 2009-09-29 19:18:50 +00:00
Spu2replay.cpp SPU2-X: 2009-09-29 19:18:50 +00:00
Spu2replay.h SPU2-X: 2009-09-29 19:18:50 +00:00
Timestretcher.cpp aligned_stack: sync with trunk; some bugfixes to the stack prep on entry; and re-enabled the esp/ebp integrity assertions. 2009-10-18 14:56:48 +00:00
Wavedump_wav.cpp SPU2-X: 2009-09-29 19:18:50 +00:00
build.sh Fix a segfault issue in ConvertTo16 on ZeroGS, and make a few changes in spu2-x for later use. 2009-02-28 08:00:56 +00:00
configure.ac Suppose I should do something about the configure.ac files and _DEBUG, as well. 2009-06-18 09:58:56 +00:00
defs.h SPU2-X: More reverb work (mostly). 2009-10-27 05:50:50 +00:00
iconvert.cpp Fix a few Linux things. 2009-09-13 06:13:22 +00:00
regs.h SPU2-X: Fixed a huge bug in my last commit that broke most everything except the bios -- Core indexes were set to -1 instead of 0 and 1 (heh). Also a Speedup: Switched to a lookup table for dispatching SPU hardware register writes. 2009-09-30 05:35:37 +00:00
spdif.h SPU2-X: Upgraded license to the LPGLv3; and changed some #ifdef mess to #pragma once. 2009-06-21 11:00:53 +00:00
spu2freeze.cpp Much work on menus, gui features. Partially-working recent-isos menu list. Bugfix for some of the new console stuff that could have caused some funny bunny business, or crashes, in a few games. Why dat wascaly wabbit! >_< 2009-10-31 10:03:07 +00:00
spu2sys.cpp The Digital Devil Saga reverb fix "fixed" too much. It's gone :p 2009-10-27 23:44:08 +00:00
utf8.cpp Fix a few Linux things. 2009-09-13 06:13:22 +00:00
utf8.h SPU2-X: Introducing the new SPU2-X! After some talk with Gigaherz, It was decided to branch and rename Playground's mod of SPU2ghz to SPU2-X. This commit isn't just a copy. It includes a series of significant revisions. The most notable features are: 2009-02-15 05:15:39 +00:00