This patch implements properties that CeVIO AI checks during its authentication process that was not implemented before.
CeVIO AI is confirmed to boot up with this patch, properly recognizing devices required for registering.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3679
On Tue Aug 29 15:47:39 2023 +0000, Jinoh Kang wrote:
> Specifically, the test should check if Windows indeed does *not* ignore
> hbmMask even if we have semitransparent icons.
That is what the added tests are doing.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3657#note_43735
On Tue Aug 29 15:46:15 2023 +0000, Jinoh Kang wrote:
> We should have a test covering this so we know we don't have a
> regression here.
Specifically, the test should check if Windows indeed does *not* ignore hbmMask even if we have semitransparent icons.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3657#note_43720
Since Yousician's last update, it was throwing an error when initialising audio output. Unfortunately I don't have access to the old version, but they seem to have dropped win<10 support, and are using only IAudioClient3_InitializeSharedAudioStream. They also use IDeviceTopology to get the type of the first output connector.
This is the bare minimum I needed to get it working.
--
v8: mmdevapi: add stub for IDeviceTopology
mmdevapi/tests: add test for IDeviceTopology
mmdevapi: implement IAudioClient3_InitializeSharedAudioStream
mmdevapi/tests: add test for AudioClient3_InitializeSharedAudioStream
https://gitlab.winehq.org/wine/wine/-/merge_requests/3554