Tag Archives: Dev_Build

Xenia Version Control System (March 31, 2026)

Xenia Git (2026/03/31) has been compiled, marking an update for this experimental Xbox 360 emulator, although it currently does not run any games. Key changes include the use of ARM64 bitmask immediates for logical operations, optimizations related to floating-point operations, and various enhancements for performance in ARM architecture such as direct function calls and inlining for bit shifts. The update aims to improve DIV, MUL_HI, and vector load operations, along …

Read More »

Vita3K Repository Update (March 31, 2026)

Vita3K Git (2026/03/31) is a newly compiled experimental PlayStation Vita emulator compatible with Windows, Linux, and macOS. Presently, it can run some homebrew applications in .vpk format, but no commercial games are supported. The latest changelog notes a fix for deep stencil in the PowerVR renderer. For more information and to download, visit the provided source. Vita3K Git (2026/03/31) has been released. Vita3K is a test emulator for PlayStation Vita …

Read More »

VisualBoyAdvance-M Git Version (March 31, 2026)

The VisualBoyAdvance-M Git (2026/03/31) is the latest development build of the VBA-M emulator, compatible with Windows, Linux, and Mac. Key updates include improved translation support, FAudio normalization to prevent clipping, and several bug fixes addressing color corruption and rendering issues in 16-bit mode. Notable fixes involve reliable D3D panel destruction, toggling LCD color modes, and enhancements to D3D9 and D3D12. The build also addresses UCRT64 build issues on MSYS2. Users …

Read More »

ShadPS4-QtLauncher (March 31, 2026)

ShadPS4-QtLauncher was released on March 31, 2026, serving as the official launcher for ShadPS4, an early PS4 emulator for Windows and Linux developed in C++. The latest update includes new Crowdin translations (#288). Users can download the launcher through the provided source link. ShadPS4-QtLauncher (2026/03/31) has been released. QtLauncher serves as the official launcher for shadPS4, an early PS4 emulator developed in C++ for Windows and Linux. ShadPS4-QtLauncher Changelog:* Latest …

Read More »

ShadPS4 Pre-release (March 30, 2026)

ShadPS4 Pre (2026/03/30) is an early PS4 emulator for Windows and Linux, developed in C++. The recent update includes the addition of a Nix flake development shell and ongoing work to support x64 FreeBSD. The release is available for download. For further details, refer to the source. ShadPS4 Pre (2026/03/30) has been released. It is an early PS4 emulator for Windows and Linux developed in C++. ShadPS4 Changelog:* Added Nix …

Read More »

RPCS3 Git Update (March 31, 2026)

RPCS3 Git (2026/03/31) is an open-source PlayStation 3 emulator for Windows and Linux, developed since 2011. It supports modern graphics APIs like DirectX 12, Vulkan, and OpenGL, allowing many commercial games and SDK samples to run. Recent updates include enhancements in texture flag propagation, lane mask computation, and SPU analysis. Additional features involve boot sequence music toggles, fatal error hints, sorting options for the screenshot manager, and disabling Steam input …

Read More »

Play! Git (March 31, 2026)

Play! Git (2026/03/31) is an emulator for the PlayStation 2, designed for Windows and written in C/C++. It aims to enhance CPU emulation performance through an instruction caching/recompilation scheme. Recent updates include the implementation of MD_BitSelect in MINI/MAX operations. You can download the x64 version or access the source code. Play! Git (2026/03/31) has been compiled. Play! aims to create an emulator for the PlayStation 2 (PS2) on the Windows …

Read More »

GearSystem Git Update (March 31, 2026)

GearSystem Git (2026/03/31) is a Sega Master System/Game Gear emulator developed in C++ for platforms including iOS, Raspberry Pi, Mac, Windows, and Linux. It prioritizes code readability and high compatibility. Key features include a highly accurate Z80 core, multi-mapper support, external RAM with save files, automatic region detection (NTSC-JAP, NTSC-USA, PAL-EUR), SMS2 224 mode support, an internal ROM database, sound emulation via SDL Audio and Sms_Snd_Emu, and compressed ROM support …

Read More »

Gearboy Git Update (March 31, 2026)

Gearboy Git (2026/03/31) is a Nintendo Game Boy emulator written in C++ with a focus on source code readability. It offers high compatibility and precise CPU emulation, passing various tests by blargg. Key features include accurate instruction and memory timing, support for multiple Memory Bank Controllers, precise LCD emulation with ghosting effects, and sound emulation using SDL Audio. Gearboy also supports Game Boy Color, integrated disassembler functionality, save states, and …

Read More »

FB Neo Git (March 31, 2026)

FB Neo Git (2026/03/31) is an emulator for arcade games and select consoles, derived from FinalBurn and older MAME versions. The latest changes include various updates to NES and SNES emulation, a reversion of an SMS update, and merging the master branch from the official GitHub repository. Users can download the new version from the provided source link. FB Neo Git (2026/03/31) has been compiled. FinalBurn Neo is an emulator …

Read More »

DOSBox-X Version from Git as of March 31, 2026

DOSBox-X Git (2026/03/31) is an updated version of DOSBox, designed to emulate an Intel x86 PC, enabling the execution of old MS-DOS games on modern operating systems like Windows, Linux, and FreeBSD. The latest changes include the implementation of an opcode compiler, the transition from C++11 to C++14 requirements, and corrections to Metal detection with added framework linker flags. For more details, the source can be downloaded. DOSBox-X Git (2026/03/31) …

Read More »

DOSBox-Staging Git Edition (March 31, 2026)

DOSBox-Staging Git (2026/03/31) aims to modernize the DOSBox project by adopting current development practices, fixing issues, and enhancing support for contemporary systems. Recent updates in the changelog include style improvements, documentation updates, and auto-configuration for FluidSynth chorus and reverb. The update also addresses warnings related to the riffcpp library, incorporating it into the build system and refactoring its handling. The new version is available for download in x64 format. The …

Read More »

Xenia Git Update (March 30, 2026)

Xenia Git (2026/03/30) is an experimental Xbox 360 emulator that currently does not run games. The latest changelog includes several updates: fixed an issue with ObCreateSymbolicLink that returned an error for already registered symbolic links, optimized OPCODE_MEMSET, and cleaned up code by removing unneeded elements and asserting invariants. For those interested, the new version can be downloaded from the specified source. Xenia Git (2026/03/30) has been compiled. Xenia is an …

Read More »

VisualBoyAdvance-M Git Release (March 30, 2026)

VisualBoyAdvance-M Git (2026/03/30) is an emulator for Super Game Boy, Game Boy Color, and Game Boy Advance, compatible with Windows, Linux, and Mac. This latest development build includes notable updates such as fixes for 24-bit rendering in D3D12, ARM state improvements, and adjustments for libretro builds, alongside improved architecture detection and warning silencing for FFmpeg headers on MSVC. Users can access the latest Windows version and download it along with …

Read More »

ShadPS4-QtLauncher (March 30, 2026)

ShadPS4-QtLauncher (2026/03/30) has been released as the official launcher for shadPS4, an early PS4 emulator for Windows and Linux developed in C++. The latest update includes improvements such as new Crowdin translations, fixes for trophy names, and updates to the Qt GUI translations. The new Russian translation file (en_us.ts) has also been added. For more details and to download, visit the provided source link. ShadPS4-QtLauncher (2026/03/30) has been released. QtLauncher …

Read More »

ShadPS4 Preview (March 29, 2026)

ShadPS4 Pre (2026/03/29) is an early PS4 emulator for Windows and Linux, developed in C++. Recent updates include changes to ensure the emulator respects the settings home directory for trophies and the use of a cpp file for functions. Users can download the emulator from the provided source link. ShadPS4 Pre (2026/03/29) has been released. It’s an early PS4 emulator for Windows and Linux developed in C++. ShadPS4 Changelog:* honors …

Read More »

RPCS3 Git Update (March 30, 2026)

RPCS3 Git (2026/03/30) is an open-source Sony PlayStation 3 emulator and debugger for Windows and Linux, developed since 2011. It supports DirectX 12, Vulkan, and OpenGL renderers, enabling the booting and playing of many commercial games and PS3 SDK samples. Recent updates include improvements to Qt, libpng, and wolfssl, the addition of a recording settings dialog, and implementation of RAM usage statistics for Linux. The emulator continues to evolve, with …

Read More »

mGBA Git Version (March 30, 2026)

mGBA Git (2026/03/30) is an advanced emulator for Game Boy Advance games, featuring enhanced speed and accuracy compared to existing emulators. Key features include accurate hardware support for Game Boy systems, full-speed emulation on low-end devices, local link cable support, various save types, and support for motion sensors and rumble. It also offers real-time clock support, screenshot capabilities, customizable controls, and cheat code functionality. The emulator includes debugging tools and …

Read More »

GearSystem Git Release (March 30, 2026)

GearSystem Git (2026/03/30) is an emulator for Sega Master System and Game Gear, developed in C++ and compatible with iOS, Raspberry Pi, Mac, Windows, and Linux. It emphasizes source code readability and offers high compatibility. Key features include an accurate Z80 core, multi-mapper support, automatic region detection, and support for external RAM and save files. It also includes sound emulation via SDL Audio and the Sms_Snd_Emu library, an integrated disassembler, …

Read More »

FB Neo Git Update (March 30, 2026)

FB Neo Git (March 30, 2026) is an emulator for arcade games and select consoles, based on FinalBurn and older MAME versions. The latest changelog highlights the re-addition of support for “Stella in Adventure World (GlobalHack)” and updates related to d_sms and d_megadrive features. Notable updates include support for atoms and the addition of sailormnpt. For anyone interested, the emulator can be downloaded from the provided source. FB Neo Git …

Read More »

Fceux Git Release (March 30, 2026)

Fceux Git (2026/03/30) is a compiled version of FCEUX, a versatile cross-platform emulator for NTSC and PAL Famicom/NES, evolving from the original FCE Ultra. It combines features from various branches of FCE Ultra into one comprehensive emulator, benefiting general players, the ROM-hacking community, and Tool-Assisted Speedrun enthusiasts. Recent updates include fixing immediate exit issues with the SDL video driver on Qt Wayland and improving screenshot functionality with a fallback for …

Read More »

DuckStation Git Update (March 30, 2026)

DuckStation Git (2026/03/30) is an emulator for the Sony PlayStation, optimized for playability and performance on low-end devices. It features a CPU recompiler, multiple rendering options (D3D11, D3D12, OpenGL, Vulkan), and supports upscaling, texture filtering, and true color. Notable capabilities include PGXP for geometry precision, save state support, and compatibility with various file formats. The emulator supports digital/analog controllers, lightgun simulation, multitap controllers, and integrates automatic updates and content scanning. …

Read More »

DOSBox-Staging Git Update (March 30, 2026)

DOSBox-Staging Git (2026/03/30) aims to modernize the DOSBox project by adopting modern development practices and tools, addressing issues, and enhancing features for better compatibility with contemporary systems. Key changes in the update include the removal of ‘jinc2’ shader references, the use of “Windows 3.1” in documentation, and improvements to the ‘file_locking’ setting’s help text. Additionally, the Italian translation has been updated. For more details and downloads, visit the provided source …

Read More »

BizHawk Git Release (March 30, 2026)

BizHawk Git (2026/03/30) is a multi-system emulator developed in C#. It supports features like full-screen mode and joypad compatibility, along with comprehensive rerecording and debugging tools. BizHawk is compatible with numerous systems, including classic consoles like the Apple II, Atari 2600, Nintendo consoles, Sega devices, and more. The emulator continues to evolve, with ongoing updates and additional systems planned for future support. The latest changelog includes enhancements like a “thing …

Read More »

Azahar Git (March 30, 2026)

Azahar Git (2026/03/30) is an open-source 3DS emulator project based on Citra. Recent updates include fixes that prevent crashes related to small or empty buffers in soc:U, and improved handling of return values from getaddrinfo/getnameinfo in soc:U. Additionally, the default background color values for Android have been converted to Int. The download for the x64 version is available, as well as the source link. Azahar Git (2026/03/30) has been compiled. …

Read More »