AzureMarker
c6d8d8823f
Remove Console S generic by making ConsoleScreen trait alias
1 year ago
AzureMarker
daf613482b
Add missing docs to Error::is_timeout
1 year ago
AzureMarker
323538bcff
Handle timeout int conversion better
1 year ago
AzureMarker
964a3d9e00
Remove Console::with_screen
1 year ago
AzureMarker
1f45da1ebc
Fix double buffering in example via impl Swap and Flush for Console
1 year ago
AzureMarker
ef1c913655
Rename ir-user example to ir-user-circle-pad-pro
1 year ago
AzureMarker
02126e9e7f
Add missing documentation to ir_user.rs
1 year ago
AzureMarker
08b4c37d0d
Fixed file-explorer example (Console usage)
1 year ago
AzureMarker
09361e50da
Try using double buffering to reduce flickering (actually increased :/)
...
Required refactoring Console to take screen type as a generic. Not all
Screen types support swapping or flushing.
1 year ago
AzureMarker
051ab2614d
Add enum for connection status
1 year ago
AzureMarker
dd9f84f47d
Improve safety of send_service_request
1 year ago
AzureMarker
b4fa7bd0cb
Improve packet parser error handling
1 year ago
AzureMarker
87f33f144e
Improve some service start/stop error handling
1 year ago
AzureMarker
e09ad16003
Clarify a comment
1 year ago
Andrea Ciliberti
df384492f9
Add docs page to packate manifest
1 year ago
Ian Chamberlain
bbdcf3fb7c
Add favicon/logo and html_root_url for docs
1 year ago
Ian Chamberlain
6f8f20484a
Initial docs workflow for Github Pages
1 year ago
Andrea Ciliberti
47f1f78f50
Update PR to build with the latest versions
1 year ago
Andrea Ciliberti
d5ae6419aa
Fmt
1 year ago
Andrea Ciliberti
7e99463048
Remove panic handler
1 year ago
Andrea Ciliberti
1f72bfd9d8
remove reference to panic hook
1 year ago
Andrea Ciliberti
39bd6c2717
Remove panic handler
1 year ago
Meziu
ccc9dbf571
Update ctru-rs/examples/movement.rs
...
Co-authored-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
1 year ago
Andrea Ciliberti
73aac708f1
Fix gfx nits
1 year ago
Andrea Ciliberti
42b6f27fa6
Fix tests
1 year ago
Andrea Ciliberti
8addde71b4
Docs
1 year ago
Andrea Ciliberti
3e2861323f
Revert trim clamping
1 year ago
Andrea Ciliberti
28a8b08f09
Fmt and docs lints
1 year ago
Andrea Ciliberti
99814fd5a1
Finish up trimming
1 year ago
Andrea Ciliberti
079f3bdc3c
Fixed nits and suggestions
1 year ago
Andrea Ciliberti
4b0b966026
Fix errors
1 year ago
Ian Chamberlain
7d201d825b
Always link ctru, for now
...
Also add a little extra description helper for unknown error types in
ctru::error
1 year ago
Ian Chamberlain
12f0fa77d3
Clean up ctru-sys version checking
...
- Don't issue a warning for "mismatched version" since the new bindings
make this irrelevant
- Minor build script refactoring and code cleanup
- Output a `release` version (-X) for libctru env vars
- Revert version to 0.5.0, which is higher than we were using before the
major 22.x version but should be ok since we never released to crates.io
1 year ago
Lena
2e442752b4
add `set_initial_text` swkbd method
1 year ago
Ian Chamberlain
0ff7cae9b4
Clean up minor leftover comments
1 year ago
Andrea Ciliberti
c8e38a6fe4
Final lint fixing?
1 year ago
Andrea Ciliberti
6afad4dceb
Even more lints
1 year ago
Andrea Ciliberti
fdd836ba9d
Fix lints
1 year ago
Andrea Ciliberti
0ec4c92fbc
3D images without stereo calibration
1 year ago
Ian Chamberlain
421a09bc37
Remove references to test_runner temporarily
1 year ago
Ian Chamberlain
6aa50357c8
Add some simple doctests for some new functions
1 year ago
Ian Chamberlain
c2827aa269
Add `os` module for querying OS and hardware state
...
Most of these are dead simple and don't require any service
initialization etc., so all we need is a simple wrapper. I didn't
implement everything in <3ds/os.h> yet, but got most of the basic ones
which seemed like likely use cases to me.
1 year ago
Andrea Ciliberti
ce8fc4ef83
Squash down camera functions
1 year ago
Andrea Ciliberti
2453499d58
Trimming works, finally
1 year ago
Andrea Ciliberti
0067d55abf
More CAM changes and WIP trimming
1 year ago
Andrea Ciliberti
b17bed0aeb
More CAM changes and WIP trimming
1 year ago
Andrea Ciliberti
45468d3aa5
WIP camera service overhaul
1 year ago
Ian Chamberlain
a187a503cc
Update references to point at rust3ds/test-runner
1 year ago
Ian Chamberlain
33268566c8
Revert accidental formatting changes
1 year ago
Ian Chamberlain
ce2023307d
Fix some small bugs / workarounds for CI
1 year ago