mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-24 18:39:32 -04:00
* Enhanced ARM interface backtrace logging with Nintendo SDK crash detection - Detects nnSdk module crashes and initialization-time failures - Provides detailed recovery suggestions and logging - Identifies recoverable vs non-recoverable crashes * Improved physical core crash handling - Enhanced prefetch abort and data abort recovery - Continues execution for Nintendo SDK crashes instead of suspending - Better logging for crash analysis and debugging * Expanded SVC exception handling - Added Nintendo SDK-specific crash recovery logic - Enhanced general crash recovery for low-address and assertion failures - Improved UE4 crash handling integration * Updated Horizon OS version to 20.4.0 - Updated HOS_VERSION_MINOR from 1 to 4 - Updated HOS_VERSION_MICRO from 5 to 0 - Updated version hash and display strings accordingly * Fixed Vulkan turbo mode performance metrics - Added proper type casting for execution time comparisons - Prevents potential integer overflow issues Signed-off-by: Zephyron <zephyron@citron-emu.org>