SlimeVR / SlimeVR-Rust

🦀 + SlimeVR = 💖
Apache License 2.0
70 stars 26 forks source link

Fixed wrong linkage and ApProtect #127

Closed TheButlah closed 1 year ago

TheButlah commented 1 year ago

We merged code in #125 that started modifying ApProtect, but this didn't actually work consistently across devices. Not sure why, probably had to do with the fact that we weren't actually using softdevice but still had the MBR.

I've changed the code to fully overwrite not just softdevice but the MBR too, and stop trying to mess with ApProtect. When we actually go back and add softdevice properly, we can try to re-grapple with this.