comparison src/stdlib/SDL_stdlib.c @ 2781:5651642f4a78

Added software fallback for YUV overlay code when YUV textures aren't available.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 24 Nov 2008 23:25:36 +0000
parents 02aa80d7905f
children 99210400e8b9
comparison
equal deleted inserted replaced
2780:cc15254e44b6 2781:5651642f4a78
88 } 88 }
89 /* *INDENT-ON* */ 89 /* *INDENT-ON* */
90 } 90 }
91 91
92 void 92 void
93 __declspec(naked)
94 _ftol2_sse() 93 _ftol2_sse()
95 { 94 {
96 _ftol(); 95 _ftol();
97 } 96 }
98 97