Skip to content

Commit

Permalink
M3U: Preloading to RAM for single-disc playlists.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianblakely committed Jan 18, 2022
1 parent ae92ce8 commit e212106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ std::unique_ptr<CDImage> OpenCDImage(const char* path, Common::Error* error, boo

if (force_preload || g_settings.cdrom_load_image_to_ram)
{
if (media->HasSubImages())
if (media->HasSubImages() && media->GetSubImageCount() > 1)
{
g_host_interface->AddFormattedOSDMessage(
15.0f,
Expand Down

0 comments on commit e212106

Please sign in to comment.