diff options
| author | EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> | 2021-04-02 11:45:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 19:45:01 +0200 |
| commit | d394c7ee98bb69491ea8626935fc69aa6f20d5ec (patch) | |
| tree | c61869d334b5dc3e49d0e95df8f0add7032e5321 | |
| parent | 8b3eba7e1333ca69e55e3ca85a77d3dd4205e991 (diff) | |
Update README.MD to reflect new OpenGL requirements, gamedb statistics, mods support (#2167)
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,7 +16,7 @@ </p> <h5 align="center"> - As of February 2021, Ryujinx has been tested on over 3,200 titles: ~2,500 boot past menus and into gameplay, with approximately 1,700 of those being considered playable. See the compatibility list <a href="https://github.com/Ryujinx/Ryujinx-Games-List/issues" target="_blank">here</a>. + As of March 2021, Ryujinx has been tested on over 3,200 titles: ~2,700 boot past menus and into gameplay, with approximately 1,900 of those being considered playable. See the compatibility list <a href="https://github.com/Ryujinx/Ryujinx-Games-List/issues" target="_blank">here</a>. </h5> ## Usage @@ -66,7 +66,7 @@ Ryujinx system files are stored in the `Ryujinx` folder. This folder is located - **GPU** - The GPU emulator emulates the Switch's Maxwell GPU using the OpenGL API (version 4.4 minimum) through a custom build of OpenTK. There are currently four graphics enhancements available to the end user in Ryujinx: disk shader caching, resolution scaling, aspect ratio adjustment and anisotropic filtering. These enhancements can be adjusted or toggled as desired in the GUI. + The GPU emulator emulates the Switch's Maxwell GPU using the OpenGL API (version 4.5 minimum) through a custom build of OpenTK. There are currently four graphics enhancements available to the end user in Ryujinx: disk shader caching, resolution scaling, aspect ratio adjustment and anisotropic filtering. These enhancements can be adjusted or toggled as desired in the GUI. - **Input** @@ -77,7 +77,7 @@ Ryujinx system files are stored in the `Ryujinx` folder. This folder is located - **DLC & Modifications** - Ryujinx is able to manage add-on content/downloadable content through the GUI. Mods (romfs and exefs) are also supported and the GUI contains a shortcut to open the respective mods folder for a particular game. + Ryujinx is able to manage add-on content/downloadable content through the GUI. Mods (romfs, exefs, and runtime mods such as cheats) are also supported; the GUI contains a shortcut to open the respective mods folder for a particular game. - **Configuration** @@ -110,4 +110,4 @@ See [LICENSE.txt](LICENSE.txt) and [THIRDPARTY.md](Ryujinx/THIRDPARTY.md) for mo ## Credits -- [AmiiboAPI](https://www.amiiboapi.com) is used in our Amiibo emulation.
\ No newline at end of file +- [AmiiboAPI](https://www.amiiboapi.com) is used in our Amiibo emulation. |
