zzogl-pg: Fix Linux after the last commit.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2928 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-04-30 05:24:27 +00:00
parent e4d42b1e7b
commit 26e3038683
1 changed files with 3 additions and 0 deletions

View File

@ -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 <sys/time.h>
static __forceinline void InitCPUTicks()
{
}