Fix x86 builds

This commit is contained in:
Flyinghead 2018-10-29 16:53:26 +01:00
parent bffccac5a6
commit 415e0ab356
1 changed files with 2 additions and 0 deletions

View File

@ -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 ;