mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #1971] Don't index game files on start. #684
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#684
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?
Originally created by @isshininu on GitHub (Dec 29, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1971
I have a suggestion to not index games files size on start of emulator.
It takes a while to load emulator on cold start (around 20 seconds on HDD to index my three dumps of 70 GB with 55000 files).
As a possible workaround, maybe, make emulator to write installed games' size to separate ini section during installing PKG. This way emulator will have to load single ini file to retrieve game size.
@mailwl commented on GitHub (Dec 29, 2024):
you suggest to make cache?
@isshininu commented on GitHub (Dec 29, 2024):
Maybe?
@isshininu commented on GitHub (Jan 19, 2025):
Since that was fixed with https://github.com/shadps4-emu/shadPS4/pull/2130 I'm closing this