Skip to content

Keep game data installs out of the library - #7

Open
Zulux91 wants to merge 1 commit into
ARMSX2:masterfrom
Zulux91:pr/game-data-installs-listed-as-games
Open

Keep game data installs out of the library#7
Zulux91 wants to merge 1 commit into
ARMSX2:masterfrom
Zulux91:pr/game-data-installs-listed-as-games

Conversation

@Zulux91

@Zulux91 Zulux91 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

A game data install looks exactly like an installed HDD game on disk, a PARAM.SFO next to USRDIR, so isPs3GameFolder accepted it. Every title you install data for therefore got a second tile that cannot boot, since game data holds no EBOOT. Skate 3 ships a 1.1 GB BLUS30464_INSTALL and showed up twice.

CATEGORY is what tells them apart. GD is data, HG and DG are games. The native scanner already rejects these, because fetchGameInfo requires BOOTABLE and game data does not set it, but the folder path never opened the SFO at all.

Reads just that one field rather than adding a general SFO parser. Nothing else needs it, and an unreadable or malformed file falls back to listing the folder, so the worst case is a stray tile and never a hidden game.

ScanSchemaVersion goes up as the comment on cacheKey asks, since the cache stores the scan result and an existing one would keep serving the old entry.

A game data install looks exactly like an installed HDD game on disk, a
PARAM.SFO next to USRDIR, so isPs3GameFolder accepted it. Every title you
install data for therefore got a second tile that cannot boot, since game data
holds no EBOOT. Skate 3 ships a 1.1 GB BLUS30464_INSTALL and showed up twice.

CATEGORY is what tells them apart. GD is data, HG and DG are games. The native
scanner already rejects these, because fetchGameInfo requires BOOTABLE and game
data does not set it, but the folder path never opened the SFO at all.

Reads just that one field rather than adding a general SFO parser. Nothing else
needs it, and an unreadable or malformed file falls back to listing the folder,
so the worst case is a stray tile and never a hidden game.

ScanSchemaVersion goes up as the comment on cacheKey asks, since the cache
stores the scan result and an existing one would keep serving the old entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant