-
Notifications
You must be signed in to change notification settings - Fork 70
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
Can't compile prx_simple - unknown type name 'SceDisplayFrameBuf' #61
Comments
|
Thank you! That gets rid of SceDisplayFrameBuf error, but I still see the ones for psvDebugScreenMutex and psvDebugScreenFrameBuf |
It seems that the program required for prx_sample is not enough |
The sample is outdated, it broke when debugScreen got reimplemented. |
So how I can help to fix this? I'm trying to look other repos and code to see if I can find a solution |
maybe you can get use the old source/CMakefile : |
I tried that but it seems like it has compile issues with latest vitasdk |
having the same issue here with psvDebugScreenMutex and psvDebugScreenFrameBuf, |
When I try to compile the prx_simple I get the following error
Is it possible to fix this?
The text was updated successfully, but these errors were encountered: