mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
e4d42b1e7b
commit
26e3038683
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue