From 6804b2fbfc29179ad3fd34ca670b246674128a2b Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Mon, 31 Dec 2018 13:29:28 -0700 Subject: [PATCH] fix GC build. whoops. thanks niuus. --- source/video.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/video.cpp b/source/video.cpp index 0d5132b..be284bd 100644 --- a/source/video.cpp +++ b/source/video.cpp @@ -757,8 +757,9 @@ update_video (int width, int height) fscale = 1; #endif ResetVideo_Emu (); // reset video to emulator rendering settings +#ifdef HW_RVL memset(filtermem, 0, FILTERMEM_SIZE); - +#endif /** Update scaling **/ if (GCSettings.render == 0) // original render mode {