-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSVITA VPK Execution: psvita C2-12828-1 #11
Comments
I suspect and error when drawing the loaded assets. Been debugging for a bit and it seems it in the drawing process or the images are not being properly loaded. I noticed all paths to the images have a |
app0:resources/* means ux0:app/APPID**/resources/* I notice that the CMake doesn't copy the resource files when building vpk. The cmake file should be added as follows:
|
I submitted a merge request that fixes this. It was missing a key dependencies and the location of the resources to be capture in the make file. Require no change on the code, just on the CMAKE |
Fully tested and working as intended with the new changes. Please review. |
Running into psvita C2-12828-1 error code when running the game.
The text was updated successfully, but these errors were encountered: