Adding gameid to gameinfoscreen
This commit is contained in:
parent
5798e7df46
commit
a7de724871
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void GameScreen::update(InputState &input) {
|
|||
GameInfo *info = g_gameInfoCache.GetInfo(gamePath_, true);
|
||||
|
||||
if (tvTitle_)
|
||||
tvTitle_->SetText(info->title);
|
||||
tvTitle_->SetText(info->title + " (" + info->id + ")");
|
||||
if (info->iconTexture && texvGameIcon_) {
|
||||
texvGameIcon_->SetTexture(info->iconTexture);
|
||||
uint32_t color = whiteAlpha(ease((time_now_d() - info->timeIconWasLoaded) * 3));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue