rust3ds / ctru-rs

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

Store initial_text data in SoftwareKeyboard #158

Closed FenrirWolf closed 5 months ago

FenrirWolf commented 5 months ago

Turns out that libctru just keeps a pointer to the initial_text string, so we need to make sure it stays alive as long as it's needed.