mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 09:45:06 +00:00
Spelling fix
This commit is contained in:
parent
9a41cff290
commit
2e3aee08d6
1 changed files with 2 additions and 2 deletions
|
@ -547,7 +547,7 @@ void DivPlatformES5506::tick(bool sysTick) {
|
|||
unsigned int loopFlag=(chan[i].pcm.bank<<14)|(chan[i].pcm.reversed?0x0040:0x0000);
|
||||
chan[i].isReverseLoop=false;
|
||||
switch (chan[i].pcm.loopMode) {
|
||||
case DIV_SAMPLE_LOOP_FORWARD: // Foward loop
|
||||
case DIV_SAMPLE_LOOP_FORWARD: // Forward loop
|
||||
loopFlag|=0x0008;
|
||||
break;
|
||||
case DIV_SAMPLE_LOOP_BACKWARD: // Backward loop: IRQ enable
|
||||
|
@ -685,7 +685,7 @@ void DivPlatformES5506::tick(bool sysTick) {
|
|||
unsigned int loopFlag=chan[i].pcm.reversed?0x0040:0x0000;
|
||||
chan[i].isReverseLoop=false;
|
||||
switch (chan[i].pcm.loopMode) {
|
||||
case DIV_SAMPLE_LOOP_FORWARD: // Foward loop
|
||||
case DIV_SAMPLE_LOOP_FORWARD: // Forward loop
|
||||
loopFlag|=0x0008;
|
||||
break;
|
||||
case DIV_SAMPLE_LOOP_BACKWARD: // Backward loop: IRQ enable
|
||||
|
|
Loading…
Reference in a new issue