8 Commits
Author SHA1 Message Date
Stenzek bdd796c6d9 FileSystem: Remove GetDisplayNameFromPath()
Was only needed for Android scoped storage, and I have a much better way
of handling that now.
2026-04-03 15:56:58 +10:00
Stenzek 1b2bcfd4ce Common: Move BCD helpers into separate file
Saves a few unnecessary includes.
2026-02-12 22:53:56 +10:00
Stenzek a90184a658 CDROM: Tidy up warnings 2025-09-19 00:54:43 +10:00
Stenzek bb50fc9056 CDROM: Improve subchannel file detection
Look in the subchannels directory for serial, file title, game title and
save title.
2025-09-15 20:45:08 +10:00
Stenzek 160c34ef28 CDROM: Avoid additional stat() call loading subchannel
And use BuildRelativePath() for title-based subchannel files.

Fixes flaky loading on Android, some devices return a zero-sized file
when querying a non-existant file.........
2025-02-08 15:54:38 +10:00
Stenzek be7cff5964 CDROM: Fix loading of subimage SBI files 2025-01-12 19:03:48 +10:00
Stenzek 1e839224e8 CDROM: Fix physical disc reading without SubQ on Linux 2024-12-10 02:28:02 +10:00
Stenzek 080807e557 CDROM: Move subchannel replacement from CDImage
This will allow you to use SBI/LSD files with real discs, if your
drive does not support reading subchannels, or has an incorrect
skew.
2024-10-25 15:35:12 +10:00