Skip to content

CraziiEmu v0.27-alpha

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 17:53

[Note: This a WIP build. Crashes may occur]

Changelog:

  1. Unity engine game 'New Super Lucky's Tale' now successfully progress past ELF/SELF loading and render their splash images.
    (Log: [LOADER][INFO] Vulkan VideoOut presented splash: 3840x2160).
  2. Vastly improved Vulkan initialization and VideoOut implementation for better fullscreen presentation and swapchain management. Now games are forced to boot in Fullscreen mode (Press F11 to get back to windowed mode)
  3. [Patched some work from SharpEmu] Optimized the Direct Execution backend, slashed runtime overhead, sped up module loading, and completely eliminated previous memory leak bottlenecks.
  4. Restored and improved controller/keyboard mapping, alongside ongoing development of core kernel services (thread scheduling, memory management, and sync primitives).
  5. Major overhaul to settings. Removed several unimplemented features that were present in previous build (Thought of adding it later but seems it is miles away to implement actually)

Known Bugs:

  • A known memory management issue prevents certain titles from launching successfully after the first execution. Restarting the emulator is currently required before attempting another launch (will be fixed in next build)
  • Certain Unity-based titles progress beyond ELF/SELF loading, module initialization, and Vulkan VideoOut initialization, but may enter repeated unresolved NID/HLE call loops. This results in excessive verbose logging, significantly increased log sizes, and eventual application termination (actively working on it for potential fix to boot).