Compilation fix

This commit is contained in:
Nekotekina 2014-07-10 18:29:38 +04:00
parent 22b9afdb60
commit 0dfbb5de73

View File

@ -5,7 +5,7 @@
#include "RSXThread.h"
#include "Emu/SysCalls/lv2/sys_time.h"
#define ARGS(x) (x >= count ? OutOfArgsCount(x, cmd, count, args) : args[x])
#define ARGS(x) (x >= count ? OutOfArgsCount(x, cmd, count, args) : args[x].ToLE())
u32 methodRegisters[0xffff];