Stubs out of order #135
Unanswered
Codingsnail80
asked this question in
Q&A
Replies: 1 comment
-
|
I find it really strange how it does work in PPSSPP. If the issue is the order of the stubs, that shouldn't be possible. Anyway, the stubs should go before real libraries and at least libgu is a real library. We have a curl example that uses the following: Maybe that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been trying to port something to the psp for a few days now but I'm having trouble with stubs being out of order. It works on the ppsspp emulator but it still crashes on my psp (or gives a black screen depending on how I tweak it). I would really like to solve this so that it's stable on the actual device. Here is my current cmake file if there is anything obviously wrong to someone else:
CMakeLists.txt
Beta Was this translation helpful? Give feedback.
All reactions