Skip to content

Commit 945fa70

Browse files
committed
libretro: update av info in deferred setup
Not sure this is entirely necessary but throwing it in out of an abundance of caution. Doesn't seem to hurt anything.
1 parent 792e9f3 commit 945fa70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/libretro/libretro.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,7 @@ static void _doDeferredSetup(void) {
12711271
save->close(save);
12721272
}
12731273
stream.audioRateChanged = _audioRateChanged;
1274+
_audioRateChanged(NULL, 0);
12741275
deferredSetup = false;
12751276
}
12761277

0 commit comments

Comments
 (0)