mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
this should be OK: display some default info when no save exist
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2133 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -59,6 +59,8 @@ GameListItem::GameListItem(const std::string& _rFileName)
|
||||
if (pVolume != NULL)
|
||||
{
|
||||
m_Name[0] = _rFileName;
|
||||
m_Company = "N/A";
|
||||
m_Description[0] = "No Description";
|
||||
m_Country = pVolume->GetCountry();
|
||||
m_FileSize = File::GetSize(_rFileName.c_str());
|
||||
m_VolumeSize = pVolume->GetSize();
|
||||
|
Reference in New Issue
Block a user