mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
commit
6e4dc3f46c
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ void SavedataBrowser::Refresh() {
|
|||
|
||||
if (savedataButtons.empty()) {
|
||||
ViewGroup *group = new LinearLayout(ORIENT_VERTICAL, new UI::LinearLayoutParams(UI::Margins(12, 0)));
|
||||
group->Add(new TextView(sa->T("None yet. Things will appear here after you save.")));
|
||||
group->Add(new TextView(sa->T("None yet. Things will appear here after you save.")));
|
||||
gameList_->Add(group);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue