https://bugs.winehq.org/show_bug.cgi?id=52334
--- Comment #5 from Igor karabaja4@gmail.com --- In latest wine-git, I still get the regression with:
static inline bool wined3d_map_persistent(void) { return false; }
and the same with:
static inline bool wined3d_map_persistent(void) { return true; }
which is, a double FPS drop compared to wine 6.22. Changing the function return value seems to be having no effect on this bug.