Skip to content

Commit

Permalink
libretro: update av info in deferred setup
Browse files Browse the repository at this point in the history
Not sure this is entirely necessary but throwing it in out of an
abundance of caution. Doesn't seem to hurt anything.
  • Loading branch information
warmenhoven committed Jan 16, 2025
1 parent 792e9f3 commit 945fa70
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 @@ -1271,6 +1271,7 @@ static void _doDeferredSetup(void) {
save->close(save);
}
stream.audioRateChanged = _audioRateChanged;
_audioRateChanged(NULL, 0);
deferredSetup = false;
}

Expand Down

0 comments on commit 945fa70

Please sign in to comment.