Releases: xemu-project/xemu
Releases · xemu-project/xemu
v0.8.96
v0.8.95
nv2a/gl: Allocate only needed size for inline arrays Some HW/driver combinations appear to slow down dramatically when using very large GL buffers. Since the GL buffer supporting inline arrays is allocated after the guest `END`, the total size needed is known and the buffer may be sized appropriately. It would be good to test performance in games that use relatively large inline arrays (e.g., "King of Fighters 2003"). Fixes #2301
v0.8.94
ui: Initialize preferred xemu NVIDIA application profile
v0.8.93
ci: Build on Ubuntu 22.04 for broader glibc compat
v0.8.92
util/mstring: Use GString
v0.8.91
nv2a: Const-ify some function parameters
v0.8.90
n2va/vk: Drop some useless includes
v0.8.89
ui: Add labels to emulated/input device combos
v0.8.88
nv2a: Split nv2a_pgraph_surface_cpu_access trace into read/write
v0.8.87
ci: bump astral-sh/setup-uv from 6.3.0 to 6.3.1 --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>