[Bug 52334] WoW 1.12.1 performance has degraded

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 10 20:51:43 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52334

--- Comment #5 from Igor <karabaja4 at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list