Fenrir
|
b967440eb1
|
properly handle nul termination in set_text
|
10 months ago |
Fenrir
|
559c757d35
|
Refactor some code and improve documentation
|
10 months ago |
Fenrir
|
efbf913380
|
Move error parsing code into launch_unchecked
|
10 months ago |
Fenrir
|
ffbe6604a6
|
Improve docs for set_panic_hook
|
10 months ago |
Fenrir
|
6da884e7b6
|
Use the previous panic hook instead of just the default
|
10 months ago |
Fenrir
|
5cec437e1d
|
Reuse default hook instead of custom print method
|
10 months ago |
Fenrir
|
d630c25926
|
Check for APT init errors in panic hook
|
10 months ago |
Fenrir
|
a65b9ed577
|
use `if let` in panic hook instead of `match`
|
10 months ago |
Fenrir
|
a67c8c0bf6
|
Make `set_panic_hook` into a safe fn
|
10 months ago |
Fenrir
|
17dc4c4c76
|
Add private PopUp::launch_unchecked method
|
10 months ago |
Fenrir
|
d32cd1525f
|
Properly document safety concerns
|
10 months ago |
Fenrir
|
c6d5cdc367
|
Add error applet panic hook
|
10 months ago |
Fenrir
|
a9ded199fa
|
Handle error codes returned by the Error applet
|
10 months ago |
Fenrir
|
cd30981348
|
Rename error applet config struct
|
10 months ago |
Fenrir
|
a75ac1ffd2
|
Clarify comment on manually implemented enum types
|
10 months ago |
Fenrir
|
dc2959396c
|
Add basic error applet support
|
10 months ago |
Meziu
|
4dbe83e26d
|
Merge pull request #158 from FenrirWolf/swkbd-initial-text
|
10 months ago |
Meziu
|
ae77de421d
|
Merge pull request #159 from FenrirWolf/fix-console
|
10 months ago |
Fenrir
|
9eea3f0d1f
|
Make initial text argument optional
This allows the user to clear the initial_text field by supplying a
`None`
|
10 months ago |
Fenrir
|
a0aa6d5d9e
|
Wrap PrintConsole in UnsafeCell
|
10 months ago |
Fenrir
|
684bfb3251
|
Use addr_of_mut! when referring to EMPTY_CONSOLE
|
10 months ago |
Fenrir
|
22773f644a
|
Store initial_text data in SoftwareKeyboard
|
10 months ago |
Meziu
|
947c3f4c5e
|
Merge pull request #149 from rust3ds/fix/applets
Applets fixup and feature implementation
|
12 months ago |
Andrea Ciliberti
|
5948589bdb
|
Fix suggestions
|
12 months ago |
Meziu
|
b1021c54ef
|
Merge pull request #150 from rust3ds/remove/fs
Removal of all FS code and member renaming
|
12 months ago |
Andrea Ciliberti
|
cdd31d3091
|
Fmt
|
12 months ago |
Andrea Ciliberti
|
fcbbf0ef30
|
Fix tests
|
12 months ago |
Andrea Ciliberti
|
b92074d35a
|
Fmt
|
12 months ago |
Andrea Ciliberti
|
1413bfa201
|
New filter callback
|
12 months ago |
Andrea Ciliberti
|
366f4d4b1b
|
Zero bufsize for parental lock
|
12 months ago |
Andrea Ciliberti
|
a727feb11c
|
Fixed nits
|
12 months ago |
Andrea Ciliberti
|
0b1b5fcff9
|
Change fs module docs
|
12 months ago |
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 |
Andrea Ciliberti
|
3fdbc0054c
|
Replacee
|
12 months ago |
Andrea Ciliberti
|
87b253104b
|
Fix lints
|
12 months ago |
Andrea Ciliberti
|
0c302e8d23
|
Fix lints
|
12 months ago |
Andrea Ciliberti
|
3041aac4e1
|
Removal of all FS code and renaming
|
12 months ago |
Andrea Ciliberti
|
84b95a9d4c
|
Fmt and lints
|
1 year ago |
Andrea Ciliberti
|
815aa610dc
|
Still thinking about the filter callbacks...
|
1 year ago |
Andrea Ciliberti
|
fa613c25cb
|
Working filter callback
|
1 year 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 |