From f05ffb6b05198cfec4789b06562c576a30cd2827 Mon Sep 17 00:00:00 2001 From: spectranator Date: Mon, 6 May 2024 00:32:53 +0200 Subject: [PATCH] Added changelog to README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c8890e20..eb6f5d9ccf 100644 --- a/README.md +++ b/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