Updated Changelog (markdown)

EmulationFanatic 2020-12-03 12:22:31 -07:00
parent 5ed9069edd
commit 2d408b4081

@ -1,6 +1,11 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.5941 - 2020-12-03
### Added
- Implemented VFNMS.F32/64 instructions.
- Resolves missing opcode crash on Goat Simulator. Note: this game still crashes due to other issues.
## 1.0.5940 - 2020-12-03
### Changed
- Added a draw count to mitigate unnecessary use of glFlush operations. If no draws have occurred between when a query begins and ends, a glFlush will no longer be added to the queue.