Move Wii U shaders

This commit is contained in:
Clownacy 2020-04-21 13:02:06 +01:00
parent 5b636ccc24
commit b2a0ad089f
22 changed files with 4 additions and 4 deletions

View file

@ -19,10 +19,10 @@
#include "../Misc.h"
#include "../WiiU/colour_fill.gsh.h"
#include "../WiiU/glyph.gsh.h"
#include "../WiiU/texture.gsh.h"
#include "../WiiU/texture_colour_key.gsh.h"
#include "../WiiU/shaders/colour_fill.gsh.h"
#include "../WiiU/shaders/glyph.gsh.h"
#include "../WiiU/shaders/texture.gsh.h"
#include "../WiiU/shaders/texture_colour_key.gsh.h"
typedef struct RenderBackend_Surface
{