Mark Drobnak
157824ad8b
Merge pull request #86 from rust3ds/feature/ir-user
...
Add an ir:USER service wrapper and Circle Pad Pro example
12 months ago
AzureMarker
06d26fc96d
Revert one &mut self
12 months ago
AzureMarker
5233237e9e
Make more IrUser functions take &mut self
12 months ago
AzureMarker
1496d47ef2
Move Sealed to separate file
12 months ago
AzureMarker
de1604b364
Add ir:rst disable in CPP demo to improve New 3DS compatibility
12 months ago
AzureMarker
fe0bb5154e
Update example file documentation
12 months ago
AzureMarker
979fd50fe2
Simplify some of the packet parsing
1 year ago
AzureMarker
df50702c13
Rename srv module to svc and add Handle::send_service_request
1 year ago
AzureMarker
86c59eec5b
Simplify some of the syscall code and fix &mut unsafety
1 year ago
AzureMarker
208a9171e4
Add srv::make_ipc_header and use in ir_user
1 year ago
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
AzureMarker
44a061abc2
Merge branch 'master' into feature/ir-user
1 year ago
Meziu
4c0ebcd607
Merge pull request #148 from rust3ds/feature/package-docs
...
Add docs page to packate manifest
1 year ago
Ian Chamberlain
1c0c055c87
Merge pull request #147 from rust3ds/fix/docs-github-pages-followup
...
Add favicon/logo and html_root_url for docs
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
Meziu
2b0e7fe533
Merge pull request #146 from rust3ds/fix/docs-github-pages-followup
...
Fix broken link and use proper branch name for docs workflow
1 year ago
Ian Chamberlain
adc242486f
Fix broken link and use proper branch name
1 year ago
Meziu
d4b3a2994f
Merge pull request #145 from rust3ds/feature/gh-pages-docs
...
Initial docs workflow for Github Pages
1 year ago
Meziu
727d594a66
Merge pull request #141 from rust3ds/fix/cleanup-sys-version-checking
...
Clean up ctru-sys version checking
1 year ago
Ian Chamberlain
0e7b139c7b
Export ctru version vars via build script
...
`rustc-env` only works for the current crate, but plain keys work for
dependent crates via the `DEP_CTRU` keys, which is probably more useful in
general.
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
6899f7026e
Merge branch 'master' of https://github.com/rust3ds/ctru-rs into feature/ir-user
1 year ago
Meziu
9406f5d402
Merge pull request #137 from rust3ds/camera-and-more
...
Camera rework and small fixes
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
Ian Chamberlain
86bbb6fd0c
Defer to RUSTFLAGS when linking libctru
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