Skip to content

Commit

Permalink
rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurausukun committed Aug 9, 2021
1 parent b51d025 commit 0bceaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m4a.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ void CgbSound(void)
}
else
{
unsigned int newMask = 0xF;
unsigned int envMask = 0xF;
*nrx2ptr = (envelopeStepTimeAndDir & newMask) + (channels->envelopeVolume << 4);
*nrx4ptr = channels->n4 | 0x80;
if (ch == 1 && !(*nrx0ptr & 0x08))
Expand Down

0 comments on commit 0bceaab

Please sign in to comment.