rust3ds / ctru-rs

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

Compilation error when romfs can't be found #117

Closed Meziu closed 1 year ago

Meziu commented 1 year ago

Closes #108

This simply adds a compilation error if the feature is enabled, but the dir isn't properly set. Technically the end user would see compilation issues regardless (no Romfs struct found), but this way it's a bit more clear.