Andrea Ciliberti
c3576c73be
Better GSPGPU docs
1 year ago
Andrea Ciliberti
45617265fe
Safely wrap Console::set_window
1 year ago
Andrea Ciliberti
18924dfcf4
Rename functions to allowlist/blocklist
1 year ago
Ian Chamberlain
318c341271
Fix test failures from running tests
...
These mostly have to do with the test environment itself, so we might
not want to keep these changes, if they are fixed in the runner.
1 year ago
Ian Chamberlain
7cd4ae0deb
Fix link error with multiply-defined stack size
...
We don't want to define __stacksize__ more than once, since the linker
will reject it even if the definition is the same.
For some reason this seems to link fine with devkitARM release 62, but
not 61 (which is the version in the latest upstream docker images). This
is probably safer anyway, since there are technically two copies of
`ctru-rs` at play here.
1 year ago
Ian Chamberlain
ff12bd0818
Add test-runner as a dependency and fix build errs
...
Luckily, Cargo doesn't mind circular dev-dependencies and we can patch
to ensure it's using the same version. We can also leave this as a
`git = "..."` dependency if we want, since it's a dev dependency.
1 year ago
Andrea Ciliberti
869cd50d06
Fixed romfs suggestions
1 year ago
Andrea Ciliberti
00f264be8c
Module doc aliases
1 year ago
Andrea Ciliberti
414b760bd7
Easy fixes to review suggestions
1 year ago
Meziu
fde132a111
Apply suggestions from code review
...
Co-authored-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
1 year ago
Meziu
f260e943a3
Update ctru-rs/examples/gfx-3d-mode.rs
...
Co-authored-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
1 year ago
Meziu
79e0d04da6
Update ctru-rs/examples/file-explorer.rs
...
Co-authored-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
1 year ago
Meziu
47e3a73e14
Fix typo in play_shutter_sound docs
...
Co-authored-by: FenrirWolf <fenrirwolf@gmail.com>
1 year ago
Andrea Ciliberti
8328721b5b
Fmt
1 year ago
Andrea Ciliberti
1640e201e9
Finishing touches after complete revision
1 year ago
Andrea Ciliberti
99d1b9128c
Fixed clippy warnings
1 year ago
Andrea Ciliberti
2af0268f89
Fix examples after thorough testing
1 year ago
Andrea Ciliberti
9c955441dc
Finalize examples
1 year ago
Andrea Ciliberti
a184e7a159
Finalize Console docs
1 year ago
Andrea Ciliberti
acb1d3fbb8
Finalize Mii module
1 year ago
Andrea Ciliberti
ccb0676f3c
More generic doc changes
1 year ago
Andrea Ciliberti
3d3a59a084
Finalize CAM service
1 year ago
Andrea Ciliberti
ef4860cf69
Finalize NDSP and Wave
1 year ago
Andrea Ciliberti
1245860aba
Finish up GFX
1 year ago
Andrea Ciliberti
db2bb7c765
Finished HID and CFGU
1 year ago
Andrea Ciliberti
fde168cb17
Finish up SSLC, SOC, ROMFS and PS
1 year ago
Andrea Ciliberti
30c3fb0585
Small example fmt
1 year ago
Andrea Ciliberti
127eafdc4b
Small changes and finalized AM service
1 year ago
Andrea Ciliberti
ab8a440e28
Finalize applets
1 year ago
Andrea Ciliberti
fafe3c3dbf
Finish MiiSelector applet documentation
1 year ago
Andrea Ciliberti
afc74fdf47
New doc changes and bump bitflags dependency
1 year ago
Andrea Ciliberti
9662b876bb
Fmt
1 year ago
Andrea Ciliberti
10f70aa026
New READMEs and fixed package labeling
1 year ago
Andrea Ciliberti
4a1c695dbe
Fixed only doc lint
1 year ago
Andrea Ciliberti
73d3f4064a
Publish-ready Cargo manifests
1 year ago
Andrea Ciliberti
4124df8612
Fixed all compiler warnings for docs
1 year ago
Andrea Ciliberti
61e20fa2dc
Enum variants documentation + ide files ignored
1 year ago
Andrea Ciliberti
d315ebd10c
doc(alias) everywhere
1 year ago
Andrea Ciliberti
39829e1820
Am, Apt and refactoring to streamline the API and docs
1 year ago
Andrea Ciliberti
9b97e90484
Renew manifests and fix warnings
1 year ago
Andrea Ciliberti
cd7a041180
error module documentation
1 year ago
Andrea Ciliberti
f497a1fba4
General setup for the new documentation
1 year ago
Andrea Ciliberti
243863cfb9
Fixed wrong type quotations
1 year ago
Andrea Ciliberti
fbfe34605c
Update bindings to latest libctru
2 years ago
DeltaF1
b50bacff4c
Remove is_mii_selected entirely, formatting
2 years ago
DeltaF1
827f00314d
Fix missing use
2 years ago
DeltaF1
1e158191ff
Add documentation to LaunchError. Update mii-selector example.
2 years ago
DeltaF1
070de964be
Add an error code for when Mii selection is cancelled
2 years ago
AzureMarker
0659df3843
Update ir-user example after merge
2 years ago
Andrea Ciliberti
40e5cc9587
Readd trait imports
2 years ago