rust3ds / ctru-rs

Rust wrapper for libctru
https://rust3ds.github.io/ctru-rs/
Other
117 stars 17 forks source link

Convert OS error codes to readable strings #85

Closed AzureMarker closed 1 year ago

AzureMarker commented 1 year ago

This makes reading OS error codes infinitely better. Strings are based on the libctru result.h enum names.

Also, ResultCode is now publicly exported since it's really useful.