3ds-examples
3ds-examples copied to clipboard
Examples for 3DS using devkitARM, libctru, citro3d and citro2d
This adds an example for the physfs portlib under an `fs` directory. It is written in C++, but physfs does not require use of C++. The example creates a directory,...
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...
I only was able to let the script run smoothly with these settings. These settings could also be the result of my very _special_ setup. But because I cannot find...
Made an example that builds a CIA and is capable of reading/writing from its app's save archive like a real 3DS app would. Please let me know if it can...
Thanks in advance for your work. I would like to contribute a bit with the result of my exploration of the sdmc example from 3ds_examples. This example shows a raw...
For some reason, when I try to compile my script with a very modified version of the gpusprites example, I get the error. I thought this was because of a...
## Bug Report ### What's the issue you encountered? The `MiiSelectorReturn` type has a field named mii with the type `MiiData`. For some reason the type MiiData seems to not...
Why is this value used? How many glyphs is needed to draw a string? How many glyphs per character? I need to know because in my program I'm dealing with...