Valentin B.
Valentin B.
You might find the info in #12 helpful.
Hello, the first problem is caused due to `random.random()` depending on the broken `hashlib` module. This is a known issue and a corresponding fix has already been supplied to my...
Yes and no. It is a planned feature to extend the Python standard library that ships with 3DS.py releases by a `ctru` module which wraps the libctru APIs into a...
If you're using the currently only release build of the master branch, yes. At this time, socket support was not implemented for the 3DS. The `rewrite` branch has functional socket...
I've never used it before so I can't make an accurate statement about it. It shouldn't be unfeasible to get it to work. I haven't checked the source code but...
Another "problematic but should work" thing I would like to bring attention to is hardware APIs that provide the programmer with opaque memory addresses to refer to. Examples being AArch64...
I would do the translation in german, if that's ok.
I'd like to suggest a few additional aspects to consider: - As per SMC32 calling convention, only X18-X30 are guaranteed to be untouched. `smc32` and `hvc32` should mark W7 and...
I never got to dig to the root of this, but sometimes it is necessary to pass `flush=True` to print calls.
Hello, thank you for helping out with the README, it's much appreciated! I've been meaning to write it for ages but never really had time and eventually lost track of...