mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 14:30:31 +00:00
Fix links, pics & Typo (#33)
This commit is contained in:
parent
84b9a05e79
commit
01a3a31c2a
|
@ -233,7 +233,7 @@ seen so far were getting stuck, either hanging or deadlocking because they were
|
|||
Apart from the work mentioned above, we have also had minor fixes which helped us boot further in
|
||||
games like Super Mario Odyssey, 1-2-Switch, and The Binding of Issac.
|
||||
|
||||
***Stay tuned for the next part of this report....***
|
||||
***Check out the next part of this report [here](https://yuzu-emu.org/entry/yuzu-progress-report-2018-p1-2)***
|
||||
|
||||
<h3 align="center">
|
||||
<b><a href="https://github.com/yuzu-emu/yuzu/">Contributions are always welcome !</a></b>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 193 KiB |
|
@ -95,7 +95,7 @@ The game calls this kind of generic `write` to drawing registers indicating that
|
|||
So we knew that we were drawing and we now had to figure out how to decode these triangles and render them on screen.
|
||||
At the end of the day, Switch uses a modern GPU and like most modern GPUs it relies on a programmable pipeline.
|
||||
A programmable pipeline gives game developers the power to control some of the graphics pipeline with a full featured programming language, and these programs that they write are called shaders.
|
||||
Game developers will write shaders in languages such as GLSL and HSL, and the graphics driver will compile these into a GPU specific assembly language.
|
||||
Game developers will write shaders in languages such as GLSL and HLSL, and the graphics driver will compile these into a GPU specific assembly language.
|
||||
Shaders are really useful to give game developers the ability to change how the geometry is drawn, and even how the pixels are colored on the screen.
|
||||
|
||||
{{< imgs
|
||||
|
@ -215,10 +215,14 @@ With this feature, yuzu now emulates mouse clicks to touch inputs and if you hap
|
|||
{{< imgs
|
||||
"./farming.png|Farming Simulator"
|
||||
"./Lildew.png|Ittle Dew"
|
||||
"./minecraft.mp4|Minecraft Story Mode 3D"
|
||||
"./minecraft.png|Minecraft Story Mode"
|
||||
"./picross.png|Picross"
|
||||
>}}
|
||||
|
||||
{{< imgs
|
||||
"./minecraft.mp4|Our first 3D rendered game - Minecraft"
|
||||
>}}
|
||||
|
||||
## Miscellaneous
|
||||
|
||||
Apart from these improvements, we have had multiple PRs which fixed bugs and deadlocks in various games.
|
||||
|
|
BIN
site/content/entry/yuzu-progress-report-2018-p1-2/minecraft.png
Normal file
BIN
site/content/entry/yuzu-progress-report-2018-p1-2/minecraft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
Loading…
Reference in a new issue