mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 23:03:18 +00:00
Keybord on README / Fix Play Time (#1786)
* Keybord on README F10_F11_F12 * Update game_list_frame.cpp
This commit is contained in:
parent
9aa1c13c7e
commit
3001b007f6
2 changed files with 8 additions and 1 deletions
|
@ -123,7 +123,7 @@ void GameListFrame::PopulateGameList() {
|
|||
formattedPlayTime = formattedPlayTime.trimmed();
|
||||
m_game_info->m_games[i].play_time = playTime.toStdString();
|
||||
if (formattedPlayTime.isEmpty()) {
|
||||
SetTableItem(i, 7, "0");
|
||||
SetTableItem(i, 7, QString("%1s").arg(seconds));
|
||||
} else {
|
||||
SetTableItem(i, 7, formattedPlayTime);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue