Test Driver Unlimited Solar Crown depends on that (both calling ProcessTlsInformation and hotpatches the same to fixup the thread local storage allocation from ntdll).
--
v2: ntdll: Match memory allocation layout for ThreadLocalStoragePointer.
ntdll: Use NtSetInformationProcess( ProcessTlsInformation ) in alloc_tls_slot().
ntdll: Implement NtSetInformationProcess( ProcessTlsInformation ).
ntdll/tests: Add tests for NtSetInformationProcess( ProcessTlsInformation ).
https://gitlab.winehq.org/wine/wine/-/merge_requests/6549
On Tue Sep 24 22:54:03 2024 +0000, Shmerl wrote:
> registry / regedit is a way to handle wine settings. That's not limited
> to winedmo. Though naming could be a bit better. I was trying to dig
> through it using ffmpeg as a filter, while the key is
> DisableGstByteStreamHandler. I.e. may be instead of negative it could be
> positive `UseFfmpeg...` or something..
Yes i know. But they use to make them into "Settings" when they are broadly used (i.e. gamers).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6442#note_83282
registry / regedit is a way to handle wine settings. That's not limited to winedmo. Though naming could be a bit better. I was trying to dig through it using ffmpeg as a filter, while the key is DisableGstByteStreamHandler. I.e. may be instead of negative it could be positive `UseFfmpeg...` or something..
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6442#note_83281