SPU2-X: We had two SPDIF modes reversed. I don't really understand the SPDIF modes but these are the bits the library sets. Fixes Gradius 3+4, issue 925.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4771 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1@gmail.com 2011-06-25 15:43:38 +00:00
parent 8c781f9845
commit 367ab01a60
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ __forceinline void UpdateSpdifMode()
if(Spdif.Out&SPDIF_OUT_BYPASS)
{
PlayMode=2;
if(Spdif.Mode&SPDIF_MODE_BYPASS_BITSTREAM)
if(!(Spdif.Mode&SPDIF_MODE_BYPASS_BITSTREAM))
PlayMode=4; //bitstream bypass
}
else