Home

Awesome

vita-headers

This repository contains all Vita headers needed for development.

Structure :

Documentation

The documentation is rebuilt every time a commit is pushed to master and it is hosted at the following address: http://vitasdk.github.io/vita-headers

Special macros

namelocatedescription
PSP2_SDK_VERSIONpsp2common/defs.hA macro defined with an integer indicating the SDK version.
__USE_SCE_KERNEL_DOMAIN_TEXT_MEMCPY_IMPORTpsp2kern/kernel/cpu.hA macro to switch sceKernelDomainTextMemcpy to import. Since 3.63, sceKernelDomainTextMemcpy has been removed from the sysmem export, so this macro is forced to undef and becomes a static inline function if PSP2_SDK_VERSION is 0x3630000 or higher.