mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2130] [MERGED] GUI: Speed up GUI loading by caching game sizes #2504
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#2504
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/2130
Author: @kalaposfos13
Created: 1/11/2025
Status: ✅ Merged
Merged: 1/12/2025
Merged by: @georgemoralis
Base:
main← Head:game-size-toggle📝 Commits (3)
e05a6afAdd show game size toggle91fc8e3Fix (#7)32f0b60Use cached sizes if the feature is enabled📊 Changes
34 files changed (+239 additions, -68 deletions)
View changed files
📝
src/common/config.cpp(+11 -0)📝
src/common/config.h(+2 -0)📝
src/qt_gui/game_list_frame.cpp(+2 -0)📝
src/qt_gui/game_list_utils.h(+35 -0)📝
src/qt_gui/settings_dialog.cpp(+2 -0)📝
src/qt_gui/settings_dialog.ui(+75 -68)📝
src/qt_gui/translations/ar.ts(+4 -0)📝
src/qt_gui/translations/da_DK.ts(+4 -0)📝
src/qt_gui/translations/de.ts(+4 -0)📝
src/qt_gui/translations/el.ts(+4 -0)📝
src/qt_gui/translations/en.ts(+4 -0)📝
src/qt_gui/translations/es_ES.ts(+4 -0)📝
src/qt_gui/translations/fa_IR.ts(+4 -0)📝
src/qt_gui/translations/fi.ts(+4 -0)📝
src/qt_gui/translations/fr.ts(+4 -0)📝
src/qt_gui/translations/hu_HU.ts(+4 -0)📝
src/qt_gui/translations/id.ts(+4 -0)📝
src/qt_gui/translations/it.ts(+4 -0)📝
src/qt_gui/translations/ja_JP.ts(+4 -0)📝
src/qt_gui/translations/ko_KR.ts(+4 -0)...and 14 more files
📄 Description
Are you tired of waiting for the emulator to go through tens, if not hundreds of gigabytes of your games for the nth time just to calculate how big each game is? Well, if you also want your loader to load everything in less than a second and don't really care how big your games are, then just turn the feature off!
When the option is disabled (it is on by default), the entire Size colunm is also hidden.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.