What's new

CraziiEmu v0.1.1 alpha (A new PS5 emulator)

CraziiEmu is an experimental project aimed at running PlayStation 5 software on Windows, combining emulation and compatibility layer. It is developed in C# with . NET 10 and is intended for 64-bit Windows systems. Based on the open-source project SharpEmu, it integrates a dual-mode CPU execution engine (native execution x86-64 at full speed or accurate interpretation for debugging), graphical rendering under Vulkan, support for the console’s ELF and SELF formats, and virtual memory management of up to 64 GB. The whole is wrapped in a smooth console-style interface designed with Avalonia UI, which offers a game carousel, dynamic jacket management and a complete controller and keyboard mapping.



The novelties are:

Added
Graphics Device Detection :
– The settings panel now dynamically quiries and your displays system’s actual GPU name via WMI of instead using placeholder text.

Backend Bindings :
– Graphics API (Vulkan / OpenGL) selection is now fully routed to the rendering engine.
– Resolution Scale selections now modify correct output dimensions.
– “Enable Multi-Core” toggle now hooks directly into the emulator’s parallel dispatch logic.
– “Limit Speed” toggle now governs the high-resolution timer spin-wait loop.
– Decrypted Firmware Path setting now active loads and bootstraps core .prx modules into guest memory.

Changed
Game Carousel UI :
– Streamlined the carousel footer to only display the raw game name (stripped internal [PPSAXXX] IDs and versions).

Fixed
Audio Controls :
– Fixed the master volume slider and “Enable Audio Output” checkbox so correctly they interact with the WinMM backend audio port to scale gain and mute sound.
– Build Stability: Resolved CS8600 nullable warnings during GPU WMI quiries, resulting in a clean clean build (0 warnings, 0 errors).

Removed
– Custom Wallpaper Settings: Removed the “Custom Wallpaper” text box, browse, and clear buttons from the visual settings tab maintain to visual consistency with the carousel’s dynamic backgrounds.

 

Top