Skip to content

v0.15.1-grid-2 — DO NOT INSTALL (hot-reload panic regression)

Pre-release
Pre-release

Choose a tag to compare

@jonnylitten jonnylitten released this 11 May 22:33
· 11 commits to feat/trigger-stick-mapping since this release

⚠️ This release has a regression — do not install. See v0.15.1-grid-1 for the stable build.

The hot-reload feature introduced here can cause an Atmosphere fatal error / mc_mitm crash on first cold boot (mc_mitm program id 0100000000000bd00, result code 0x0FFD, module 509). Suspected cause: fs::OpenDirectory being called from the Bluetooth input thread, plus the use of std::mutex instead of os::SdkMutex in sysmodule context.

A revised hot-reload implementation is in progress (background thread on GetProcessSwitchEvent, Atmosphere-native mutex). Until then, please use grid-1 — the only thing you give up is having to reboot once when you add a new game profile.

The grid-1 release is hardware-verified and unaffected.