summaryrefslogtreecommitdiff
path: root/WhatsNew
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2003-11-18 01:27:06 +0000
committerSam Lantinga <slouken@libsdl.org>2003-11-18 01:27:06 +0000
commit9981325fdaad6e28fb680ebd57878d6e18c7f7d7 (patch)
treeb4f63682422853edb0bd37a09357fd10437a37bb /WhatsNew
parent2ccfbcec7c1b6fe938dab3172e964e628ccd882a (diff)
Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() in SDL_cpuinfo.h
Diffstat (limited to 'WhatsNew')
-rw-r--r--WhatsNew3
1 files changed, 3 insertions, 0 deletions
diff --git a/WhatsNew b/WhatsNew
index 6caef02c1c..0c3e8095d9 100644
--- a/WhatsNew
+++ b/WhatsNew
@@ -3,6 +3,9 @@ This is a list of API changes in SDL's version history.
Version 1.0:
+1.2.7:
+ Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE()
+
1.2.6:
Added SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject()