attempt to fix for macos

This commit is contained in:
Aikku93 2022-06-12 19:33:09 +10:00
parent b2c4d449ca
commit 235d9efea7
1 changed files with 1 additions and 1 deletions

View File

@ -1275,7 +1275,7 @@ template<SPUInterpolationMode INTERPOLATE_MODE>
case 0: ___SPU_ChanUpdate<0,INTERPOLATE_MODE>(actuallyMix, SPU, chan); break;
case 1: ___SPU_ChanUpdate<1,INTERPOLATE_MODE>(actuallyMix, SPU, chan); break;
case 2: ___SPU_ChanUpdate<2,INTERPOLATE_MODE>(actuallyMix, SPU, chan); break;
case 3: ___SPU_ChanUpdate<3,SPUInterpolationMode::SPUInterpolation_None>(actuallyMix, SPU, chan); break;
case 3: ___SPU_ChanUpdate<3,SPUInterpolation_None>(actuallyMix, SPU, chan); break;
default: assert(false);
}
}