![EmuCR: SDLVICE EmuCR: SDLVICE](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkyRgF92GCohBl6MJ5Z3rSQ56rIy1BeuY0HWXmiceBnuuyYO9xpLkrhsAkEWbivB9Zfa8TyRbVCVV129cAdwFrmHVl8h0xFTfJ21H2MyBcMTzr9UUxtHkT9t8zzRJebsQBoHmg2YOs0ZNo/s320/vice-logo.jpg)
WinVICE Changelog:
r44934 | compyx | 2024-01-01 08:26:08 +0000 (Mon, 01 Jan 2024) | 2 lines
libzmbv: remove nonexistent `miniz.h` from `EXTRA_DIST`
------------------------------------------------------------------------
r44933 | compyx | 2024-01-01 08:05:18 +0000 (Mon, 01 Jan 2024) | 2 lines
Fix some casting madness in `resource_item_isdefault()`
------------------------------------------------------------------------
r44932 | compyx | 2023-12-31 16:15:46 +0000 (Sun, 31 Dec 2023) | 6 lines
Rename [u]int_to_void_ptr() to vice_[u]int_to_ptr()
Rename `int_to_void_ptr()` to `vice_int_to_ptr()` and `uint_to_void_ptr()` to
`vice_uint_to_ptr()` in symmetry with the related `vice_ptr_to_int()` and
`vice_ptr_to_uint()`.
------------------------------------------------------------------------
r44930 | compyx | 2023-12-31 09:07:51 +0000 (Sun, 31 Dec 2023) | 2 lines
Update `ui_display_statustext()` for headless as well
------------------------------------------------------------------------
r44929 | compyx | 2023-12-31 09:00:40 +0000 (Sun, 31 Dec 2023) | 10 lines
ui_display_statustext(): make `fadeout` a proper `bool` instead of `int`
Somewhat against expectations, the `fadeout` argument is a boolean argument,
enabling a fadeout of 5 seconds or leaving the message indefinitely. I vaguely
recall the `fadeout` argument being an actual integer specifying the fadeout in
seconds, but a lot of code now used either 0 or 1. So to avoid confusion the
`fadeout` argument is now of type `bool`.
Also remove the duplicate prototype for the function from `uistatusbar.h`, the
prototype lives in `uiapi.h` since it's UI-agnostic.
------------------------------------------------------------------------
Download: GTK3VICE r44934
Source: Here
0 Comments
Post a Comment