mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-29 01:49:19 +00:00
removed debugging
This commit is contained in:
parent
7293bd42e6
commit
4820babb56
@ -136,11 +136,9 @@ void SDLSpeaker::maintainSpeaker(uint32_t c)
|
|||||||
mixerValue += (toggleState ? 0xFF : 0x00);
|
mixerValue += (toggleState ? 0xFF : 0x00);
|
||||||
numMixed += 2;
|
numMixed += 2;
|
||||||
|
|
||||||
#if DEBUGGING
|
|
||||||
if (numMixed != 8) {
|
if (numMixed != 8) {
|
||||||
printf("SPEAKER FAIL - should always be 8\n");
|
printf("SPEAKER FAIL - should always be 8\n");
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
mixerValue >>= 3; // divide by 8
|
mixerValue >>= 3; // divide by 8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user