Linux fixes

This commit is contained in:
Nekotekina 2015-01-09 01:17:26 +03:00
parent 1d0f2c16e0
commit 056f93f3e4
7 changed files with 48 additions and 25 deletions

View file

@ -13,6 +13,8 @@
//#include "Emu/Cell/PPURecompiler.h"
#include "Emu/CPU/CPUThreadManager.h"
u64 rotate_mask[64][64];
PPUThread& GetCurrentPPUThread()
{
PPCThread* thread = GetCurrentPPCThread();