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:
hyperiris
2009-02-07 17:31:35 +00:00
parent d4c9a8a5fc
commit d5bcb81872
3 changed files with 35 additions and 61 deletions

View File

@ -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();