From 415e0ab3568174b8b2b7292a25bf5e24ddcfec2a Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 29 Oct 2018 16:53:26 +0100 Subject: [PATCH] Fix x86 builds --- core/nullDC.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/nullDC.cpp b/core/nullDC.cpp index 951141292..f92f797e1 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -20,6 +20,8 @@ #include "hw/pvr/Renderer_if.h" #include "hw/pvr/spg.h" +void FlushCache(); + settings_t settings; static bool performed_serialization = false; static cMutex mtx_serialization ;