GrapheneCt/VitaMonoLoader

Mono headers on VitaSDK

fleimeris opened this issue · 2 comments

I see that you are using Mono headers that are in VDS (SCE SDK):

<AdditionalIncludeDirectories>$(SCE_PSP2_SDK_DIR)\target\include\vdsuite\user;$(SCE_PSP2_SDK_DIR)\target\include\vdsuite\common;$(SCE_PSP2_SDK_DIR)\target\include\vdsuite\user\mono;$(SCE_PSP2_SDK_DIR)\target\include\vdsuite\user\mono\eglib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

but VitaSDK does not have any mono headers so it's impossible to compile. Could you assist with steps to compile loader with VitaSDK ?

These are not part of VDS, just generic mono headers that you can find anywhere. I'll add more info to the readme soon.

Added Mono headers to the repository.