Skip to content

xbox-winfsp 0.3

Compare
Choose a tag to compare
@emoose emoose released this 08 Feb 21:54
· 14 commits to master since this release

The latest build artifact can be downloaded from the GitHub Actions page.

Read-only GDFX, STFS & FATX support - check the README to learn how to set it up.

Changelog

0.3:

  • FATX: made a start on FATX support, seems to work fine for xlaunch.fdf FATX image files - won't support actual HDDs yet though (need to allow mounting multiple partitions from a single file/device... hm)
  • STFS: more checks to make sure it's actually STFS before attempting mount
  • STFS: metadata.ini now shows language names instead of IDs
  • ReadOnlyFS: now searches for files case-insensitively, fixes issues with apps that change filename case
  • Refactored a bunch of reused code into ReadOnlyFileSystem (cuts ~200 lines from each FS!)

0.2:

  • STFS: now shows metadata.ini/metadata_thumbnail.png/metadata_thumbnail_title.png files in the root folder
  • STFS: added support for PEC packages
  • STFS: fixed StfsFileSystem::Read not working properly mid-block
  • STFS: fixed a possible infinite-loop when explorer tries reading directory entries (at least lets hope that it's fixed...)