From f773096e62baf377ba139145bb111b6f400dea86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 9 Jul 2022 02:54:14 -0300 Subject: [PATCH] asdf --- site/content/entry/yuzu-progress-report-jun-2022/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-jun-2022/index.md b/site/content/entry/yuzu-progress-report-jun-2022/index.md index 884976f2..a1381cf9 100644 --- a/site/content/entry/yuzu-progress-report-jun-2022/index.md +++ b/site/content/entry/yuzu-progress-report-jun-2022/index.md @@ -44,12 +44,15 @@ This delivers a small 1 or 2 FPS performance boost, but more importantly, better Ahh `The Elder Scrolls V: Skyrim`, the once considered benchmark for open world gaming, until better games came out, that is. [Skyline emulator](https://github.com/skyline-emu/skyline) developer [bylaws](https://github.com/bylaws) found the reason this classic refused to boot until now: {{< gh-hovercard "8414" "the assumed behaviour of the first value" >}} of the GPU related [semaphore](https://en.wikipedia.org/wiki/Semaphore_(programming)) was wrong, it should do a release instead of returning a constant zero. -Thanks to this great find by bylaws by the way, the Dovahkiin can finally wake up in that cart. +Thanks to this great find by bylaws by the way, the Dovahkiin can finally wake up in that cart. + {{< imgs "./skyrim.png| Yes, we're finally awake (The Elder Scrolls V: Skyrim)" >}} +You can see we have some rendering issues to solve. + One of our recent important rendering changes was the [NVFlinger rewrite](https://yuzu-emu.org/entry/yuzu-progress-report-mar-2022/#graphical-changes-and-optimizations), who would have guessed that coding an implementation closer to the Switch would result in a smoother gaming experience? After its release, user reports mentioned timing and frame pacing issues in games like `Super Smash Bros. Ultimate`.