M3U: Preloading to RAM for single-disc playlists.

This commit is contained in:
Brian Blakely 2022-01-18 09:12:14 -05:00 committed by Connor McLaughlin
parent 51041e47f7
commit 717ee3103f
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,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,