734 Commits (5257d16aee9653b1df21c408d6744827ceb83476)
 

Author SHA1 Message Date
Andrea Ciliberti 5257d16aee Renamed init functions to new 2 years ago
Andrea Ciliberti 8e3017b725 Fix examples 2 years ago
Andrea Ciliberti 1e4002604f Fixed mutability for all modules 2 years ago
Andrea Ciliberti 12f3d8ad40 Ask for mut references in Channel 2 years ago
Meziu 02017316f3
Merge pull request #112 from rust3ds/fix/license 2 years ago
Meziu d82ba96152
Restore copyright label 2 years ago
Andrea Ciliberti 27d8558274 Rename org 2 years ago
Andrea Ciliberti a71e131849 Add license file 2 years ago
Andrea Ciliberti 581c62dd49 Fix licensing issues 2 years ago
Meziu 474cb2e0c9
Merge pull request #107 from rust3ds/improve/api 2 years ago
Ian Chamberlain 855dc46a92
Merge pull request #101 from rust3ds/feature/check-libctru-version 2 years ago
Andrea Ciliberti 294284ef65 Better swkbd names 2 years ago
Andrea Ciliberti bae2cc6488 Better names for cam service 2 years ago
Andrea Ciliberti 1383e753ee Inequivocable From impls 2 years ago
Meziu 0b295ce0f6
Merge pull request #104 from rust3ds/improve/ndsp 2 years ago
Andrea Ciliberti 9cd9c1eec4 Standardise SWKBD to C-NO-OUT 2 years ago
Andrea Ciliberti 6a5b01d1ad Revert swkbd changes 2 years ago
Andrea Ciliberti 082d9933b9 Fixed file-explorer example 2 years ago
Andrea Ciliberti a6a184a412 SWKBD adheres to Rust standards 2 years ago
Andrea Ciliberti da23524d7b Remove get_ from getters 2 years ago
Andrea Ciliberti d20f395c04 fmt 2 years ago
Andrea Ciliberti 55ed7cc5f8 Fix enum conversion 2 years ago
Andrea Ciliberti 9dcae23c23 Finish working on applets 2 years ago
Andrea Ciliberti fd7afb6e3c Fixed enums in SWKBD 2 years ago
Andrea Ciliberti bcfd0fd84c Update CAM example 2 years ago
Andrea Ciliberti 2e6039c1b8 Fixed ArchiveID struct 2 years ago
Andrea Ciliberti ad11818d1f Fixed compiler errors for CAM 2 years ago
Andrea Ciliberti 7688644fe1 CAM renaming/fixing with build problems 2 years ago
Andrea Ciliberti 43b83b5356 More modules starndardised 2 years ago
Andrea Ciliberti c3df8af69f Folder restructuring and slight changes to gspgpu 2 years ago
Andrea Ciliberti d33c39b57d Percentiles 2 years ago
Andrea Ciliberti e9ad80a84a New attempt at a standard AudioMix interface 2 years ago
Ian Chamberlain e1000916d3 Remove extern "C" process stubs from test runner 2 years ago
Meziu 19b7b801c4
Merge pull request #105 from rust3ds/fix/remove-process-stubs 2 years ago
Andrea Ciliberti 9832c8a450 Remove obsolete docs 2 years ago
Andrea Ciliberti c849f947fe fmt 2 years ago
Andrea Ciliberti 912ff07ec1 Avoid data cloning in AudioMix 2 years ago
Ian Chamberlain c82f438726
Remove extern "C" process stubs from test runner 2 years ago
Andrea Ciliberti 7c2e944867 Improve Ndsp API and docs 2 years ago
Ian Chamberlain 593522d83a
Fix command check for `pacman` 2 years ago
Ian Chamberlain 322d99e4ae
Add all `libctru` files to rerun-if-changed 2 years ago
Ian Chamberlain 4b7c7fc2d7
Output version number in bindgen.sh 2 years ago
Ian Chamberlain 03f4244ece
Fix ctru dependency version number 2 years ago
Ian Chamberlain eb7932a501
Initial pass of version checking in ctru-sys 2 years ago
Meziu 0b54ffd0b8
Merge pull request #95 from Maccraft123/feature/am 2 years ago
Maccraft123 b6fec34b81 Use vec! macro to avoid setting vec length manually 2 years ago
Maccraft123 9b8f4239a7 Make TitleInfo into a AM_TitleEntry wrapper 2 years ago
Maccraft123 0fd7a340c8 Add `Title` struct 2 years ago
Maccraft123 3ad9780d4c Add more functionality to `Am` service wrapper and improve title-info.rs 2 years ago
Maccraft123 9eee38bddd Make get_title_list function more readable 2 years ago