Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Feb 27, 2024
1 parent b278b82 commit 8611360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -348,4 +348,4 @@ void VRC6Sound_AddStateInfo(void) {
AddExState(&VRC6Sound.saw.dcount, 1, 0, "SWDC");
AddExState(&VRC6Sound.saw.vcount, 4, 0, "SWVC");
AddExState(&VRC6Sound.saw.cvbc, 4, 0, "SWBC");
}
}

0 comments on commit 8611360

Please sign in to comment.