shithub: cstory

Download patch

ref: fe69a5d76d6d588a6cb2a440ee7e8c92633861fd
parent: 231d1b93a7d328f39c9483fc4526935391b08e94
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Apr 23 17:05:25 EDT 2020

Fix typo

--- a/src/Backends/WiiU/shaders/shader sources/wtf is this.txt
+++ b/src/Backends/WiiU/shaders/shader sources/wtf is this.txt
@@ -47,7 +47,7 @@
 and `.vsh` files into the final `.gsh` blob.
 
 Oh, right. I should warn you - the devs changed latte-assembler's syntax at some
-point, so all the example `.psh`/`.vsh` files I could fine online were
+point, so all the example `.psh`/`.vsh` files I could find online were
 incompatible. That sucked. The main change was that stuff like 'float2' and
 'float4' were changed to 'vec2' and 'vec4'. Just keep that in mind, and you
 should be okay.