Alexandre Julliard pushed to branch master at wine / wine
Commits: feb1477d by Nikolay Sivov at 2025-03-11T21:10:58+01:00 d3dx9/effect: Remove misleading trace message.
Array selector data begins with 4 bytes length, followed by string bytes. Right after the string starts the code blob, that we access with (uint32_t *)(ptr + string_size) + 1. There is no separate field to care about at (ptr + string_size).
- - - - -
1 changed file:
- dlls/d3dx9_36/effect.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/feb1477dac27a644ba76361ffd7569b...