aboutsummaryrefslogtreecommitdiff
path: root/ctru-rs/src
Commit message (Expand)AuthorAgeFilesLines
* fix(ctru-rs): warningsHEADmainFuwn2022-03-045-8/+6
* Support libctru 2.0Vivian Lim2021-02-065-9/+11
* changes so that this can buildVivian Lim2021-02-052-4/+3
* local changesVivian Lim2021-02-011-0/+1
* Actually fix every instance of `Qwerty` this timeFenrir2019-04-141-2/+2
* QUERTY -> QWERTYFenrir2019-03-171-3/+3
* Update and document Gfx moduleFenrir2018-08-262-103/+123
* Update for nightly-2018-08-18Fenrir2018-08-191-1/+0
* Add nul-terminatator to input that expects itFenrir2018-04-291-2/+5
* add `set_hint_text` and `configure_button`Fenrir2018-04-291-1/+22
* rename `applet` module to `applets`Fenrir2018-04-293-1/+1
* make `get_bytes` a safe functionFenrir2018-04-291-27/+21
* Initial software keyboard supportFenrir2018-04-293-0/+195
* Move more implementation details to `imp` moduleFenrir2018-03-171-24/+31
* Remove thread name functionsFenrir2018-03-171-108/+8
* Add ctru::thread moduleFenrir2018-03-172-0/+1143
* Add apt::set_app_cpu_time_limitFenrir2018-03-171-0/+11
* Fix memory leak in Soc::initFenrir2018-02-111-0/+1
* Add documentation for SocFenrir2018-02-111-0/+13
* Add Soc::init_with_buffer_sizeFenrir2018-02-111-3/+5
* Add Soc serviceFenrir2018-02-113-0/+35
* Add wait_for_vblank functionFenrir2018-02-061-10/+13
* Use bitflags 1.0 for button pressesFenrir2018-02-062-14/+15
* Fix unsoundness in Console's APIFenrir2018-02-061-11/+26
* Update bindings for libctru v1.4.0Fenrir2017-11-184-68/+57
* Fix documentationFenrir2017-07-291-4/+4
* Refactor HID moduleFenrir2017-07-291-87/+99
* Update bitflagsFenrir2017-07-271-16/+19
* Remove rustc_private workaroundFenrir2017-07-101-3/+0
* Update libraries for ctru-sys changesFenrir2017-07-109-121/+95
* ctru-rs: workaround for xargo/sysroot issueFenrir2017-07-071-0/+3
* Use unit type in subsystem structsFenrir2017-02-246-39/+17
* Partial sslc service implementationpanicbit2017-02-212-0/+40
* ctru-rs: impl Seek for FileFenrir2017-01-281-2/+23
* ctru-rs: impl Read and Write for FileFenrir2017-01-271-62/+143
* ctru-rs: Add Error moduleFenrir2017-01-276-8/+49
* Bring in all the cratesFenrir2017-01-2110-0/+1448