You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally Mira (C-alpha) had a feature that was stripped before public release due to memory constraint issues that in the years since have been fixed. This will be tracking re-adding this functionality back to Mira that was originally created by CrazyVoidProgrammer.
The original design of EmuNVS would hook all of the nvs read/write functionality and allow users to individually overwrite certain NVS data without actually doing any writes to actual NVS (in case of brick/more experimental testing)
Implement override-on-write
Add hooks for NVS read and write
Expose Mira IOCTL's to allow usermode programs to control EmuNVS
Automated testing under /tests to ensure regressions do not occur
The text was updated successfully, but these errors were encountered:
Originally Mira (C-alpha) had a feature that was stripped before public release due to memory constraint issues that in the years since have been fixed. This will be tracking re-adding this functionality back to Mira that was originally created by CrazyVoidProgrammer.
The original design of EmuNVS would hook all of the nvs read/write functionality and allow users to individually overwrite certain NVS data without actually doing any writes to actual NVS (in case of brick/more experimental testing)
/tests
to ensure regressions do not occurThe text was updated successfully, but these errors were encountered: