Print the file SD data is being read from

This commit is contained in:
Pokechu22 2020-09-12 17:13:42 -07:00
parent 68e07b11fc
commit 74d72198cc

View File

@ -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)
{