From 97db0291d2033e6f414ad7ed0280ecf80ae6691d Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Sat, 7 Aug 2021 15:42:12 +1000 Subject: [PATCH] (WiiU) Add ICInvalidateRange --- wiiu/system/imports.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wiiu/system/imports.h b/wiiu/system/imports.h index bfff0e860c..7694261110 100644 --- a/wiiu/system/imports.h +++ b/wiiu/system/imports.h @@ -65,6 +65,7 @@ IMPORT(DCInvalidateRange); IMPORT(DCFlushRange); IMPORT(DCStoreRange); IMPORT(DCStoreRangeNoSync); +IMPORT(ICInvalidateRange); IMPORT(__gh_errno_ptr);