Fix links, pics & Typo (#33)

This commit is contained in:
Vamsi Krishna 2018-07-23 00:46:53 +05:30 committed by Flame Sage
parent 84b9a05e79
commit 01a3a31c2a
4 changed files with 7 additions and 3 deletions

View file

@ -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 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. 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"> <h3 align="center">
<b><a href="https://github.com/yuzu-emu/yuzu/">Contributions are always welcome !</a></b> <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

View file

@ -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. 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. 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. 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. 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 {{< imgs
@ -215,10 +215,14 @@ With this feature, yuzu now emulates mouse clicks to touch inputs and if you hap
{{< imgs {{< imgs
"./farming.png|Farming Simulator" "./farming.png|Farming Simulator"
"./Lildew.png|Ittle Dew" "./Lildew.png|Ittle Dew"
"./minecraft.mp4|Minecraft Story Mode 3D" "./minecraft.png|Minecraft Story Mode"
"./picross.png|Picross" "./picross.png|Picross"
>}} >}}
{{< imgs
"./minecraft.mp4|Our first 3D rendered game - Minecraft"
>}}
## Miscellaneous ## Miscellaneous
Apart from these improvements, we have had multiple PRs which fixed bugs and deadlocks in various games. Apart from these improvements, we have had multiple PRs which fixed bugs and deadlocks in various games.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB