pcsx2/plugins/spu2-x/src
Jake.Stine 899e691781 SPU2-X: Disable MSVC's SSE2 opts (they suck anyway -- nothing more than a novelty option at this point). The SSE2 detection code was causing problems, namely perma-hangs when applying settings.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3138 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-06-01 03:36:07 +00:00
..
3rdparty/liba52 Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Linux spu2-x: Slap the Linux port back together a bit. 2010-05-29 13:37:01 +00:00
Windows SPU2-X: Disable MSVC's SSE2 opts (they suck anyway -- nothing more than a novelty option at this point). The SSE2 detection code was causing problems, namely perma-hangs when applying settings. 2010-06-01 03:36:07 +00:00
ADSR.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
CMakeLists.txt spu2-x: Slap the Linux port back together a bit. 2010-05-29 13:37:01 +00:00
Config.h SPU2-X: Added preliminary support for SPU2setLogDir(). Should probably be tested better, but bleh. I so want to rewrite all of this stuff in a nice wx-based cross-platform manner. >_< 2010-05-29 11:55:53 +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: Added preliminary support for SPU2setLogDir(). Should probably be tested better, but bleh. I so want to rewrite all of this stuff in a nice wx-based cross-platform manner. >_< 2010-05-29 11:55:53 +00:00
Debug.h SPU2-X: Added preliminary support for SPU2setLogDir(). Should probably be tested better, but bleh. I so want to rewrite all of this stuff in a nice wx-based cross-platform manner. >_< 2010-05-29 11:55:53 +00:00
DecodeDPLII.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
Decoder.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Dma.cpp Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +00:00
Dma.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Global.h SPU2-X: Added preliminary support for SPU2setLogDir(). Should probably be tested better, but bleh. I so want to rewrite all of this stuff in a nice wx-based cross-platform manner. >_< 2010-05-29 11:55:53 +00:00
Lowpass.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Lowpass.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Mixer.cpp Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +00:00
Mixer.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
PS2E-spu2.cpp Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +00:00
PS2E-spu2.h Experimental implementation of spu2 interface for the new iop dmac. 2010-02-03 03:37:55 +00:00
PrecompiledHeader.cpp Set svn:eol-style=native on all *.c *.cpp *.h 2010-04-24 21:37:39 +00:00
ReadInput.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
RegLog.cpp Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +00:00
RegTable.cpp SPU2-X: Fix for occasional reset/restart crashes caused by invalid regtable lookups. 2010-04-27 12:48:14 +00:00
Reverb.cpp SPU2-X: Fix for occasional reset/restart crashes caused by invalid regtable lookups. 2010-04-27 12:48:14 +00:00
SndOut.cpp SPU2-X: 2010-05-25 12:33:51 +00:00
SndOut.h Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
SndOut_Portaudio.cpp Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +00:00
Spu2replay.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
Spu2replay.h SPU2-X: 2009-09-29 19:18:50 +00:00
Timestretcher.cpp Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +00:00
Wavedump_wav.cpp Removed all trailing whitespace in *.c *.cpp *.h because it irritates me. 2010-04-25 00:31:27 +00:00
defs.h SPU2-X: added some safety checks to the savestate code to catch (and ignore) situations where PCSX2 tries to save or load states while the plugins are shut down. 2010-05-12 14:18:40 +00:00
iconvert.cpp Fix a few Linux things. 2009-09-13 06:13:22 +00:00
regs.h SPU2-X: Fix for occasional reset/restart crashes caused by invalid regtable lookups. 2010-04-27 12:48:14 +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 SPU2-X: added some safety checks to the savestate code to catch (and ignore) situations where PCSX2 tries to save or load states while the plugins are shut down. 2010-05-12 14:18:40 +00:00
spu2sys.cpp Screwed up my last i18n commit -- forgot that gettext/poedit needs explicit text literals to work from, so my pxE_* macros won't work. This version should be better. 2010-05-31 15:18:49 +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