Skip to content

Commit

Permalink
fix audio rate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Jan 15, 2025
1 parent 72b5a9d commit 2fe5f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/libretro/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,7 @@ static void _doDeferredSetup(void) {
if (!core->loadSave(core, save)) {
save->close(save);
}
stream.audioRateChanged = _audioRateChanged;
deferredSetup = false;
}

Expand Down

0 comments on commit 2fe5f04

Please sign in to comment.