Releases: wiiu-env/ContentRedirectionModule
Releases · wiiu-env/ContentRedirectionModule
ContentRedirectionModule v0.2
Major parts of this module have been rewritten.
- Fixed softlocks that sometimes occured when (auto)saving/loading games (e.g. Tokyo Mirage Sessions FE, Pushmo World and many more)
- Fixed softlocks and crashes for games which do FS operations on a thread with not enough stack (e.g. Super Mario 3D World)
- Fixed lags and stutter in games that heavily rely on async FS operations (e.g. Xenoblade Chronicles X)
Nightly-ContentRedirectionModule-20220917-203955
Not a stable release:
Rewrite of almost everything to fix crashes and lags
ContentRedirectionModule v0.1
Add default error value for FSMakeDirWrapper
Nightly-ContentRedirectionModule-20220905-182634
Not a stable release:
Add default error value for FSMakeDirWrapper
Nightly-ContentRedirectionModule-20220904-195317
Not a stable release:
Update Dockerfile
Nightly-ContentRedirectionModule-20220904-164535
Not a stable release:
Use ubuntu-22.04 instead of ubuntu-18.04
Nightly-ContentRedirectionModule-20220809-141548
Not a stable release:
Implement support for redirecting FSA function
Nightly-ContentRedirectionModule-20220808-161145
Not a stable release:
Fix readdir wrapper
Nightly-ContentRedirectionModule-20220808-081706
Not a stable release:
Fill FSStat with more information
Nightly-ContentRedirectionModule-20220806-204837
Not a stable release:
Remove don't remove extra error flags in FSOpenFileAsync as we end up in FSOpenFileExAsync anyway