rust3ds / ctru-rs

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

Handle empty Mii selector return #122

Closed DeltaF1 closed 1 year ago

DeltaF1 commented 1 year ago

In some cases the Mii selector can fail even if MII_SELECTOR_CANCEL is not set. This PR accounts for this possibility and makes it so the user is never passed fake Mii data.

Closes #121