Update index.md

This commit is contained in:
Matías Locatti 2020-09-25 18:41:48 -03:00 committed by GitHub
parent 126f9f747f
commit fec3df5df1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ Greetings Yuz-ers! Welcome to September's progress report. This month we offer y
<!--more-->
## Feel the motion
## Ya like to (move it!)
@ -42,6 +42,8 @@ Recent Nvidia Geforce drivers (past the 446.14 version) introduced a performance
## Bug fixes and improvements
`VK_KHR_timeline_semaphore` is a very recent Vulkan extension only supported by *desktop or laptop* GPUs. [Adding support for it on yuzu](https://github.com/yuzu-emu/yuzu/pull/4674) helps simplify the code a lot, should improve VRAM use a small amount, and it will pave the way for more important changes coming to our Vulkan implementation later on. Thank you [Rodrigo](https://github.com/ReinUsesLisp) for its addition!
`Clubhouse Games: 51 Worldwide Classics` now manages to boot and with a save, load the board games. [Morph](https://github.com/Morph1984) managed this by [implemention the `Get/SetNpadHandheldActivationMode` function](https://github.com/yuzu-emu/yuzu/pull/4683). The game will render almost everything in black for now, so don't consider it playable yet.