From e9910211c8810c9bcc97aa74ef13391284f76a88 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 10 Jul 2007 05:37:53 +0000 Subject: [PATCH] Added patch note for file I/O speedup --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402460 --- docs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.html b/docs.html index 5bd2271bf..8bf29222e 100644 --- a/docs.html +++ b/docs.html @@ -98,6 +98,9 @@ SDL 1.2.12 is a minor bug fix release.

Fixed joystick detection on Windows.

+

+ Improved performance with Win32 file I/O. +

Fixed HBITMAP leak in GAPI driver.