FS: Fix FSGetMountSource and FSAppendFile implementation (Fixes SD access in SSBU) #863
Loading…
Reference in a new issue
No description provided.
Delete branch "fix_getmountsource"
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?
This PR fixes SD Access in Super Smash Bros. To fix this, two things need to be fixed:
This PR still doesn't implement
FSAppendFile
properly, but afaik this only "reserves" space on the filesystem without actually affecting/touching the files.