12 Dec
2022
12 Dec
'22
4:28 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/preshader.c:
struct d3dx_parameters_store *parameters) { unsigned int *p; - unsigned int i, j, const_count; + unsigned int i, j, const_count, magic; double *dconst; HRESULT hr; unsigned int saved_word; unsigned int section_size;
+ magic = *ptr; + TRACE("Preshader version %#x.\n", *ptr & 0xffff);
It seems nice to also update the TRACE() to output the full 32-bit value. Additional nitpick: you can probably drop the "for 2 registers" part of the patch subject. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1682#note_19493