Skip to content

Releases: xemu-project/xemu

v0.8.96

29 Jul 22:06
Compare
Choose a tag to compare
apu: Bail from audio sink callback on app exit

v0.8.95

21 Jul 00:16
196726b
Compare
Choose a tag to compare
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

11 Jul 09:29
Compare
Choose a tag to compare
ui: Initialize preferred xemu NVIDIA application profile

v0.8.93

09 Jul 19:48
d238766
Compare
Choose a tag to compare
ci: Build on Ubuntu 22.04 for broader glibc compat

v0.8.92

03 Jul 04:49
Compare
Choose a tag to compare
util/mstring: Use GString

v0.8.91

03 Jul 04:36
Compare
Choose a tag to compare
nv2a: Const-ify some function parameters

v0.8.90

03 Jul 03:33
Compare
Choose a tag to compare
n2va/vk: Drop some useless includes

v0.8.89

02 Jul 20:42
Compare
Choose a tag to compare
ui: Add labels to emulated/input device combos

v0.8.88

02 Jul 08:58
Compare
Choose a tag to compare
nv2a: Split nv2a_pgraph_surface_cpu_access trace into read/write

v0.8.87

30 Jun 06:27
Compare
Choose a tag to compare
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]>