Start adding some Vita ifdefs

This commit is contained in:
twinaphex 2015-08-10 23:04:09 +02:00
parent c8dfa27338
commit 08260878ea

View File

@ -23,6 +23,8 @@
#include <sceerror.h>
#include <kernel.h>
#include <ctrl.h>
#elif defined(VITA)
#include <psp2/ctrl.h>
#elif defined(PSP)
#include <pspctrl.h>
#endif