Skip to content

Releases: xemu-project/xemu

v0.7.122

21 May 08:10
Compare
Choose a tag to compare
nv2a: Implement HILO texture modifier

v0.7.121

06 May 23:30
5a144a3
Compare
Choose a tag to compare
ci: Update actions to silence Node 16 warnings

v0.7.120

23 Mar 21:13
Compare
Choose a tag to compare
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

10 Mar 05:56
Compare
Choose a tag to compare
ui: Fix FilePicker clear button overlapping select button

v0.7.118

18 Dec 06:22
03f40b1
Compare
Choose a tag to compare
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

19 Nov 19:26
b605381
Compare
Choose a tag to compare
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

22 Oct 07:35
Compare
Choose a tag to compare
nv2a: Implement ZCLIP_MIN,MAX with gl_ClipDistance

v0.7.115

18 Oct 08:43
Compare
Choose a tag to compare
nvnet: Add unicast and multicast filtering

v0.7.114

16 Oct 05:55
51b0cda
Compare
Choose a tag to compare
ui: Remember debug video size, position and state across restarts

v0.7.113

12 Oct 19:49
Compare
Choose a tag to compare
vl: Prevent selection of HDD image as DVD image