mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00: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:
parent
d4c9a8a5fc
commit
d5bcb81872
3 changed files with 35 additions and 61 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue