mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-05 03:29:05 +08:00
The line: "ctx->PSGetSamplers(0, 1, &old.PSSampler);" will fail silently (no return code) but will not modify old.PSSampler making the game crash when accessing uninitialized memory.