We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should focus on how to get raw text, not an image. i got it to do this at one point but the code's been lost in the development of my own program.
The text was updated successfully, but these errors were encountered:
This is the only part that changes if you are downloading an image, everything else applies generally (this is just writing the downloaded data straight to the framebuffer): https://github.com/devkitPro/3ds-examples/blob/master/network/http/source/main.c#L129-L142
You can also use sockets and libcurl: https://curl.se/libcurl/c/ (You would use those the same way as normal + socInit()/socExit())
socInit()
socExit()
Sorry, something went wrong.
No branches or pull requests
It should focus on how to get raw text, not an image. i got it to do this at one point but the code's been lost in the development of my own program.
The text was updated successfully, but these errors were encountered: