mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Typo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1115 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c26920efb6
commit
6fe351bef9
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ int ReadOutPBsWii(u32 pbs_address, AXParamBlockWii* _pPBs, int _num)
|
||||||
pAddr = blockAddr;
|
pAddr = blockAddr;
|
||||||
|
|
||||||
// Detect the last mail by checking when next_pb = 0
|
// Detect the last mail by checking when next_pb = 0
|
||||||
u32 next_pb = (Common::swap16(pSrc[0]) << 16 | Common::swap16(pSrc[1]));
|
u32 next_pb = (Common::swap16(pSrc[0]) << 16) | Common::swap16(pSrc[1]);
|
||||||
if (pSrc != NULL && next_pb > 0)
|
if (pSrc != NULL && next_pb > 0)
|
||||||
{
|
{
|
||||||
short *pDest = (short *)&_pPBs[i];
|
short *pDest = (short *)&_pPBs[i];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue