vm::gvar: add array support

This commit is contained in:
Nekotekina 2019-09-15 00:15:28 +03:00
parent 2b8890b193
commit 584174d371
3 changed files with 9 additions and 6 deletions

View file

@ -2,6 +2,7 @@
#include "Emu/System.h"
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/lv2/sys_lwmutex.h"
#include "Emu/Cell/lv2/sys_prx.h"
#include "sysPrxForUser.h"