Mercurial > sdl-ios-xcode
changeset 781:67176351a1b8
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 08 Jan 2004 16:01:07 +0000 |
parents | 7da6da0cb7cf |
children | dbc5905402b0 |
files | WhatsNew |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/WhatsNew Wed Jan 07 18:24:06 2004 +0000 +++ b/WhatsNew Thu Jan 08 16:01:07 2004 +0000 @@ -5,7 +5,8 @@ 1.2.7: Added CPU feature detection functions to SDL_cpuinfo.h: - SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() + SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE(), + SDL_HasAltiVec() Added function to create RWops from const memory: SDL_RWFromConstMem() 1.2.6: