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.