mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[GH-ISSUE #1450] Incorrect game count shown on homepage #486
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#486
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 @lalitshankarch on GitHub (Oct 26, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1450
If no game directory is selected during application start, it counts the directories in the executable location which is wrong.
@Hermiten commented on GitHub (Nov 18, 2024):
Maybe for you @DanielSvoboda ?
@DanielSvoboda commented on GitHub (Nov 18, 2024):
It appears that the number of folders within the folder where the games are located is currently counted. But why would there be other folders there other than games? And a possible solution is to analyze whether the folder contains eboot.bin or elf before counting...