SPU Improvements

Implemented sys_spu_image_import, original Mandelbrot PKG should work
now.
This commit is contained in:
Nekotekina 2013-12-24 21:34:51 +04:00
parent 3a82ed5dc9
commit 35257f5e94
3 changed files with 52 additions and 5 deletions

View file

@ -1,6 +1,7 @@
#include "stdafx.h"
#include "SC_SPU_Thread.h"
#include "Emu/SysCalls/SysCalls.h"
#include "Emu/SysCalls/SC_FUNC.h"
#include "Loader/ELF.h"
#include "Emu/Cell/RawSPUThread.h"