12 Nov
2024
12 Nov
'24
1:38 p.m.
Some FOURCC values such as 0xdeadbeef will en up being negative when cast to the enum type, and may cause a random crash later on. This happens randomly in the ddraw tests, depending on the compiler being used. -- v2: wined3d: Cast format_id when comparing it to the last format index. https://gitlab.winehq.org/wine/wine/-/merge_requests/6698