Conversation
|
Thanks, I really appreciate the PR. I do feel it is a little more complex than it has to be for a basic example. Would it be okay if I changed it to only require curl, use pspdebug for output and slim it down to 2 files? |
|
Sure, would be nicer for an example |
|
Okay, I played around with this a bit now. I kind of forgot that the network dialog needs libgu to be initialized. It also turns out the pkgconfig of curl is kinda broken, since you need to include mbedtls, mbedcrypto and mbedx509 manually. I have this now, but it freezes because it cannot show the dialog. main.c: CMakeLists.txt: |
|
Ah yeah, i know this because you need to initialise graphics first to show the dialog :sad: |
|
I may be wrong here but I do believe it's not required to have PSP_MODULE_INFO in the source files because you can configure it through cmake. I think that's better for this. |
|
The reason you didn't need PSP_MODULE_INFO was because SDL2 makes it not needed, but I'm trying not to use SDL2. Maybe I could write the debug text to a texture. |
|
Honestly, I don't think I can simplify this much further. We should probably just add a screenshot, remove the json file and slightly simplify the CMakeLists.txt. |
|
I will get back to this and I'm really sorry I kept this laying around for so long. |
Addressing #72