shithub: cstory

Download patch

ref: c93ed6a0144c7b9bdfe8f87299ce7181d2492e7b
parent: 3ffe5a083e9845327f034e7bdae3c2911bf0e357
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Apr 15 14:42:02 EDT 2020

Comment-out unused `#include`

--- a/src/Backends/WiiU/Window-Software.cpp
+++ b/src/Backends/WiiU/Window-Software.cpp
@@ -2,7 +2,7 @@
 
 #include <stdlib.h>
 
-#include <coreinit/cache.h>
+//#include <coreinit/cache.h>
 #include <coreinit/screen.h>
 
 static unsigned char *fake_framebuffer;