Releases: xemu-project/xemu
Releases · xemu-project/xemu
v0.7.122
nv2a: Implement HILO texture modifier
v0.7.121
ci: Update actions to silence Node 16 warnings
v0.7.120
Update metainfo.xml information Some new information is needed by the appstream linter. metainfo.xml extension is preferable over appdata.xml, see https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#spec-appdata-introduction.
v0.7.119
ui: Fix FilePicker clear button overlapping select button
v0.7.118
ui: Support controller peripherals and XMU devices (#1315) * Added XMU Settings to the Input Screen * Added Peripherals to config * Prevent overwriting existing XMUs * Added blockdev.h to try to fix the MacOS build * Fixed some issues that antangelo pointed out * Moved the peripheralType and param vars into the loop * Moved fatx.h and fatx.c to ui\thirdparty\fatx * Added Validation for Peripheral Settings * Fixed some nits that were pointed out * don't pass NULL into xemu_settings_set_string * Changes following Matt's recommendations * Changes to XMU FilePicker * XMU image auto-bind logic refactor * renamed peripheralType to peripheral_type * removed unnecessary calls to g_strdup_printf and g_free * Cleaned up some comments, removed an unnecessary variable * handle overwrite prompt in Windows * Fixed some code format and style inconsistencies * More formatting fixes * Fixed a few memory leaks * qemu_access: check for Read and Write access * Run clang-format * Remove unused xemu_new_xmu declaration * Fix use after free in rebind code
v0.7.117
ui: Use only one option for settings window (#1122) * rebase code * remove unsused item * restore "system" displaying on first boot * restore popup menu functions (separate commit) * restore snapshot function in popup menu * get current index value from config file
v0.7.116
nv2a: Implement ZCLIP_MIN,MAX with gl_ClipDistance
v0.7.115
nvnet: Add unicast and multicast filtering
v0.7.114
ui: Remember debug video size, position and state across restarts
v0.7.113
vl: Prevent selection of HDD image as DVD image