Updated Changelog (markdown)

EmulationFanatic 2021-03-15 15:46:57 -06:00
parent 844f0bdeca
commit 900ddb1ce1
1 changed files with 6 additions and 0 deletions

@ -1,6 +1,12 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6786 - 2021-03-15
### Changed
- Improved portable mode operation:
- Implemented an auto-enabling of portable mode if the user places a subfolder named "portable" beneath the Ryujinx program folder. If detected, Ryujinx will automatically use it as the default location for all system files (keys/PPTC/shaders etc.).
- Using this method, the Ryujinx program folder is now fully able to be moved around at will without needing to use any special shortcuts or command line parameters, and will still retain portable functionality. Thanks to a previous enhancement to the auto-update function, the "portable" subfolder will be preserved during auto-update processes.
## 1.0.6785 - 2021-03-14
### Fixed
- Fixed a typo in a debug assert message within the OpenAL implementation details.