aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* core::fmt::Write support for the consoleFenrir2016-06-032-21/+17
|
* Overhauled and simplified API. Now apps no longer hang on exit!Fenrir2016-06-024-71/+38
|
* Redesigned console APIFenrir2016-06-011-14/+25
|
* More experimental console/stdio stuff.Fenrir2016-05-302-8/+20
|
* Added stdlib-like export module. Also added extremely basic console supportFenrir2016-05-189-53/+125
|
* Added new bindingsFenrir2016-05-024-43/+40
|
* Deleted old filesFenrir2016-04-3039-2297/+16
|
* Compatibility fixes for Rust nightly (1.10.0)Fenrir2016-04-273-4/+0
|
* Overhaul Apt service.Ronald Kinard2015-09-172-75/+77
| | | | | Applications should implement the Application trait and use that to interface with apt. An example is provided in rust3ds-template.
* Add Hid struct.Ronald Kinard2015-09-172-79/+81
|
* Add Sdmc struct.Ronald Kinard2015-09-172-0/+31
| | | | | This won't be useful until we have libstd, but worth making since it's trivial.
* Implement "Srv" struct.Ronald Kinard2015-09-173-10/+26
|
* Use From for Screen, SideRonald Kinard2015-09-171-12/+43
|
* Expand gfx into a droppable type.Ronald Kinard2015-09-174-18/+143
| | | | | On creation, Gfx will init gfx. On drop, it will exit. You should wrap it in an Rc to move it around.
* Remove more unnecessary link attributes.Ronald Kinard2015-09-172-2/+0
|
* Cleanup and lang items.Ronald Kinard2015-09-1727-28/+34
| | | | Lang items may be removed if we get a libstd.
* No need for implicit core imports anymoreAndor Uhlár2015-08-187-19/+0
|
* Use annotation for deriving Clone.Ronald Kinard2015-06-111-10/+2
|
* Make idiomatic interfaces to a few functions.Ronald Kinard2015-06-118-23/+341
|
* Add bindings for several more services.Ronald Kinard2015-06-1020-11/+429
|
* Add linkage for a large number of ctrulib stuff.Ronald Kinard2015-06-0920-2046/+1865
|
* Add bindgen-generated ctru binding.Ronald Kinard2015-06-091-0/+1987
|
* Initial commit.Ronald Kinard2015-06-094-0/+117