Merge pull request #8708 from Ebola16/Wii

Android: Add Insert SD Card and update the description
This commit is contained in:
JMC47
2020-04-16 18:27:51 -04:00
committed by GitHub
5 changed files with 9 additions and 2 deletions

View File

@ -62,7 +62,7 @@ void SDIOSlot0::OpenInternal()
m_card.Open(filename, "r+b");
if (!m_card)
{
WARN_LOG(IOS_SD, "Failed to open SD Card image, trying to create a new 128MB image...");
WARN_LOG(IOS_SD, "Failed to open SD Card image, trying to create a new 128 MB image...");
if (Common::SDCardCreate(128, filename))
{
INFO_LOG(IOS_SD, "Successfully created %s", filename.c_str());