Compilation fix

This commit is contained in:
Nekotekina 2015-06-19 19:53:52 +03:00
parent edb9595721
commit 8229c0ed3d
4 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,7 @@
#include "Emu/System.h"
#include "Emu/ARMv7/PSVFuncList.h"
#include "Emu/SysCalls/lv2/sys_time.h"
extern u64 get_system_time();
#define RETURN_ERROR(code) { Emu.Pause(); scePerf.Error("%s() failed: %s", __FUNCTION__, #code); return code; }