mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
M3U: Preloading to RAM for single-disc playlists.
This commit is contained in:
parent
51041e47f7
commit
717ee3103f
|
@ -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 (force_preload || g_settings.cdrom_load_image_to_ram)
|
||||||
{
|
{
|
||||||
if (media->HasSubImages())
|
if (media->HasSubImages() && media->GetSubImageCount() > 1)
|
||||||
{
|
{
|
||||||
g_host_interface->AddFormattedOSDMessage(
|
g_host_interface->AddFormattedOSDMessage(
|
||||||
15.0f,
|
15.0f,
|
||||||
|
|
Loading…
Reference in a new issue