From fe69a5d76d6d588a6cb2a440ee7e8c92633861fd Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 23 Apr 2020 21:05:25 +0100 Subject: [PATCH] Fix typo --- src/Backends/WiiU/shaders/shader sources/wtf is this.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Backends/WiiU/shaders/shader sources/wtf is this.txt b/src/Backends/WiiU/shaders/shader sources/wtf is this.txt index 3fdc1289..ebe11b41 100644 --- 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 @@ Eventually you'll have the assembler built. With it, you can link your `.psh` 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.