Project

General

Profile

audacious-plugins-3.1-beta1-bigendian.patch

Michael Schwendt, June 12, 2013 10:23

View differences:

audacious-plugins-3.4-beta1/src/xsf/desmume/SPU.c 2013-05-22 16:33:04.000000000 +0200
563 563
	for(oi = 0; oi < length; oi++)
564 564
	{
565 565
#ifdef WORDS_BIGENDIAN
566
		ch->output = (s16)T1ReadWord((u8 *)ch->buf16, pos << 1);
566
		ch->output = (s16)T1ReadWord((u8 *)ch->buf16, (int)pos << 1);
567 567
#else
568 568
		ch->output = (s16)ch->buf16[(int)pos];
569 569
#endif