Added changelog to README
This commit is contained in:
parent
934d816fd6
commit
f05ffb6b05
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -30,6 +30,16 @@ The emulator is capable of running most commercial games at full speed, provided
|
|||
|
||||
It runs most Nintendo Switch games released until the date of the Yuzu takedown.
|
||||
|
||||
## Changes
|
||||
|
||||
Following are the changes made since forking from Yuzu:
|
||||
|
||||
- Added option to optimize generated SPIR-V shaders via spirv-opt
|
||||
- Added option to synchronize CPU clock to render speed limit
|
||||
- Added option to launch home menu from Switch firmware
|
||||
- Fixed crash when switching away from null graphics per-game
|
||||
- Minor improvements and additions
|
||||
|
||||
## Development
|
||||
|
||||
Most of the development happens on [Dark Git](http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/). It's also where [our central repository](http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/torzu-emu/torzu) is hosted.
|
||||
|
@ -63,7 +73,7 @@ This project incorporates several commits from the [Suyu](https://suyu.dev) and
|
|||
|
||||
## Download
|
||||
|
||||
There are no precompiled releases available (yet).
|
||||
Precompiled build are available **in the releases section**.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue