diff options
author | Sam Lantinga <slouken@libsdl.org> | 2003-11-18 01:27:06 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2003-11-18 01:27:06 +0000 |
commit | 9981325fdaad6e28fb680ebd57878d6e18c7f7d7 (patch) | |
tree | b4f63682422853edb0bd37a09357fd10437a37bb /WhatsNew | |
parent | 2ccfbcec7c1b6fe938dab3172e964e628ccd882a (diff) |
Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() in SDL_cpuinfo.h
Diffstat (limited to 'WhatsNew')
-rw-r--r-- | WhatsNew | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |