Releases: xemu-project/xemu
Releases · xemu-project/xemu
v0.7.92
ui: Move dvd path settings update to lower level for now
v0.7.91
build: Discover latest macOS SDK instead of hardcoding.
v0.7.90
nv2a: Ignore nop draws in SET_BEGIN_END_OP_END
v0.7.89
ui: Fix FilePicker UAF
v0.7.88
Set correct version for macOS bundles Closes #1344
v0.7.87
nv2a: Make multiplication by 0 match HW behavior. Fixes #1008 The nv2a returns 0 for anything multiplied by zero, including exceptional values such as Inf and NaN. Desktop GPUs do not enforce this, leading to conditions where NaNs wipe out calculations and lead to erroneous behavior. [Test](https://github.com/abaire/nxdk_vsh_tests/blob/main/src/tests/americasarmyshader.cpp) [HW Results](https://github.com/abaire/nxdk_vsh_tests_golden_results/wiki/Results-AmericasArmyShader)
v0.7.86
ui: Add clear button to file picker
v0.7.85
nv2a: Don't manually set NV_PFB_CFG0 reg
v0.7.84
smc: Implement read/write of SMC error code storage
v0.7.83
xemu.appdata.xml: Add screenshots to appdata file