3096

Results 11 comments of 3096

Why do we want to remove libnx?

add `--hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32"` to your pyinstaller command

Unordered map can be used for constant time access, and even ordered map is logarithmic time.

Same applies to arrays like: https://github.com/XorTroll/Plutonium/blob/0fefac2455683f2e98bb7091c5891ebb222a8683/Plutonium/Source/pu/ui/elm/elm_Menu.cpp#L411-L415 This code is essentially checking if `this->isel` and `this->previsel` (whatever those are) are in range of 0 to itms.size(), no need to iterate. (It...

Sounds like a good idea, but I don't feel like writing another update tbh. If anyone wants to make a pull request, pls add this into `copyAllSave` function, and change...

I don't really know what SDL is but I believe cell9 has his own reasons and decided to switch back to SDLv1, I think he mentioned that version 2 is...

no but i'm using keycodes rather than letters. so the layout shouldn't matter

Console output doesn't support UTF-8 characters, and there's no plans on supporting that rn. You can temporarily change your username. Use 0.1.1 and press R to display title ID and...

[The script I used to get these links](https://gist.github.com/3096/c9be343e9afe5e3d6c0abf2fa474f30c)