We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b65146 commit 3d59405Copy full SHA for 3d59405
core/imgread/cdio.cpp
@@ -37,8 +37,10 @@ const std::vector<std::string>& getCdromDrives()
37
if (devicesFetched)
38
return cdromDevices;
39
devicesFetched = true;
40
+#ifndef LIBRETRO
41
if (cfgLoadBool("config", "HideCdromDrives", false))
42
43
+#endif
44
// Set a custom log handler
45
cdio_log_set_handler([](cdio_log_level_t level, const char message[]) {
46
switch (level)
0 commit comments