mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1305] [MERGED] Play Time #2043
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2043
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1305
Author: @DanielSvoboda
Created: 10/9/2024
Status: ✅ Merged
Merged: 10/9/2024
Merged by: @georgemoralis
Base:
main← Head:time📝 Commits (9)
c598bcfPlay Timedd0b4caSDL7af54dbQT5993a42Sort / Formattingaf1e611Timer 1 minute1c1532eremove the seconds087da35fixes the invisible 07ea4ac0SDL . . .fd9c27bFix Timer📊 Changes
34 files changed (+303 additions, -7 deletions)
View changed files
📝
src/emulator.cpp(+94 -0)📝
src/emulator.h(+2 -0)📝
src/qt_gui/game_info.h(+3 -0)📝
src/qt_gui/game_list_frame.cpp(+63 -4)📝
src/qt_gui/game_list_frame.h(+6 -1)📝
src/qt_gui/game_list_utils.h(+2 -0)📝
src/qt_gui/main_window.cpp(+1 -0)📝
src/qt_gui/settings_dialog.ui(+2 -2)📝
src/qt_gui/translations/ar.ts(+5 -0)📝
src/qt_gui/translations/da_DK.ts(+5 -0)📝
src/qt_gui/translations/de.ts(+5 -0)📝
src/qt_gui/translations/el.ts(+5 -0)📝
src/qt_gui/translations/en.ts(+5 -0)📝
src/qt_gui/translations/es_ES.ts(+5 -0)📝
src/qt_gui/translations/fa_IR.ts(+5 -0)📝
src/qt_gui/translations/fi.ts(+5 -0)📝
src/qt_gui/translations/fr.ts(+5 -0)📝
src/qt_gui/translations/hu_HU.ts(+5 -0)📝
src/qt_gui/translations/id.ts(+5 -0)📝
src/qt_gui/translations/it.ts(+5 -0)...and 14 more files
📄 Description
Records the playing time in hours, minutes, seconds after closing and every 1 minute.
Saves in the file user/play_time.txt with serial and time 00:00:00.
In the menu it appears without seconds so as not to be cluttered.
Also fixes the checkbox that someone hid haha

And set the first tab (General) as default when opening the options, not the second one (Input)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.