From 845a4dd675d04fb5a90cbcca2661a9efa120e21a Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Fri, 25 Jul 2014 15:46:12 -0600 Subject: [PATCH] Update README to indicate that Wine's SetTimer value is now 10 ms. --- README.md | 2 +- patches/97-Pipelight/definition | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e7240b5..2b852658 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Besides that the following additional changes are included: * Lockfree algorithm for filedescriptor cache (improves file access speed) * Other Pipelight specific enhancements -* Reduced SetTimer minimum value from 15 ms to 5 ms (improves Silverlight framerates) +* Reduced SetTimer minimum value from 10 ms to 5 ms (improves Silverlight framerates) * Support for GetVolumePathName * Support for PulseAudio backend for audio * Workaround for shlwapi URLs with relative paths diff --git a/patches/97-Pipelight/definition b/patches/97-Pipelight/definition index 052ef0bc..fa374659 100644 --- a/patches/97-Pipelight/definition +++ b/patches/97-Pipelight/definition @@ -14,5 +14,5 @@ Author: Sebastian Lackner Subject: Implement X11DRV_FLUSH_GDI_DISPLAY ExtEscape command. Revision: 1 -Fixes: Reduced SetTimer minimum value from 15 ms to 5 ms (improves Silverlight framerates) -Fixes: Other Pipelight specific enhancements \ No newline at end of file +Fixes: Reduced SetTimer minimum value from 10 ms to 5 ms (improves Silverlight framerates) +Fixes: Other Pipelight specific enhancements