Skip to content

Commit

Permalink
CDROM: Fix lockup when loading state with precaching
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Oct 25, 2024
1 parent 7f5a4a0 commit 7782bb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/cdrom_async_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ bool CDROMAsyncReader::Precache(ProgressCallback* callback)
else if (m_media->IsPrecached())
return true;

EmptyBuffers();

const CDImage::PrecacheResult res = m_media->Precache(callback);
if (res == CDImage::PrecacheResult::Unsupported)
{
Expand Down

0 comments on commit 7782bb9

Please sign in to comment.