From 26e3038683d518273d5bc03cb5cc556d2ea53024 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Fri, 30 Apr 2010 05:24:27 +0000 Subject: [PATCH] zzogl-pg: Fix Linux after the last commit. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2928 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/zzogl-pg/opengl/Util.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/zzogl-pg/opengl/Util.h b/plugins/zzogl-pg/opengl/Util.h index ec5db7e9c5..e40cedcb69 100644 --- a/plugins/zzogl-pg/opengl/Util.h +++ b/plugins/zzogl-pg/opengl/Util.h @@ -296,6 +296,9 @@ extern "C" u8 memcmp_mmx(const void *dest, const void *src, int n); // Copied from Utilities; remove later. #ifdef __LINUX__ + +#include + static __forceinline void InitCPUTicks() { }