Fixed a typo.

This commit is contained in:
thelemonman 2013-10-13 10:47:33 +00:00
parent fd424a1e3a
commit d0e44dbaf3
1 changed files with 1 additions and 1 deletions

View File

@ -4940,7 +4940,7 @@ void FASTCALL _MMU_ARM7_write16(u32 adr, u16 val)
case REG_POWCNT2:
{
nds.power2.speakers = BIT0(val);
nds.power2.wifi = BIT0(val);
nds.power2.wifi = BIT1(val);
}
return;