mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 01:11:47 +00:00
Align compositor with software vsync, disable HW vsync rendering.
This commit is contained in:
@@ -4872,8 +4872,8 @@ pref("media.gmp.insecure.allow", false);
|
||||
// Use vsync aligned rendering.
|
||||
// Only supported on windows, os x, and b2g
|
||||
#if defined(XP_WIN) || defined(XP_MACOSX)
|
||||
pref("gfx.vsync.hw-vsync.enabled", true);
|
||||
pref("gfx.vsync.compositor", false);
|
||||
pref("gfx.vsync.hw-vsync.enabled", false);
|
||||
pref("gfx.vsync.compositor", true);
|
||||
pref("gfx.vsync.refreshdriver", true);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user