mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Print the file SD data is being read from
This commit is contained in:
parent
68e07b11fc
commit
74d72198cc
@ -33,6 +33,7 @@ CEXISD::CEXISD(Core::System& system, int channel_num) : IEXIDevice(system)
|
||||
else
|
||||
filename = Config::Get(Config::MAIN_SP2_SD_CARD_PATH);
|
||||
|
||||
INFO_LOG_FMT(EXPANSIONINTERFACE, "Reading SD card {}", filename);
|
||||
m_card.Open(filename, "r+b");
|
||||
if (!m_card)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user