vitasdk / vita-headers

Documentation:
https://docs.vitasdk.org
MIT License
224 stars 90 forks source link

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

name locate description
PSP2_SDK_VERSION psp2common/defs.h A macro defined with an integer indicating the SDK version.
__USE_SCE_KERNEL_DOMAIN_TEXT_MEMCPY_IMPORT psp2kern/kernel/cpu.h A 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.