Skip to content

Commit

Permalink
Buildfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent committed Sep 19, 2024
1 parent 3ca2a3f commit 5027c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappers/sound/vrc6sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static void DoSawVHQ(void) {
VRC6Sound.saw.cvbc = SOUNDTS;
}

static void VRC6RunSound(int32 Count) {
static void VRC6RunSound(int Count) {
DoSQV1();
DoSQV2();
DoSawV();
Expand Down

0 comments on commit 5027c2f

Please sign in to comment.