This commit is contained in:
Matías Locatti 2022-07-09 02:54:14 -03:00 committed by GitHub
parent b004ca9eb3
commit f773096e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.