Commit 65be1297 authored by Sam Lantinga's avatar Sam Lantinga

Renamed, per Mike's comment on bug #157

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401877
parent 06d61220
......@@ -9,7 +9,7 @@
BITS 32
%include "common.asm"
%include "common.inc"
SDL_FUNC _ConvertMMX
SDL_FUNC _mmxreturn
......
......@@ -20,7 +20,7 @@
BITS 32
%include "common.asm"
%include "common.inc"
SDL_FUNC _ConvertMMXpII32_24RGB888
SDL_FUNC _ConvertMMXpII32_16RGB565
......
......@@ -11,7 +11,7 @@
BITS 32
%include "common.asm"
%include "common.inc"
SDL_FUNC _ConvertX86
SDL_FUNC _x86return
......
......@@ -12,7 +12,7 @@
BITS 32
%include "common.asm"
%include "common.inc"
SDL_FUNC _ConvertX86p16_16BGR565
SDL_FUNC _ConvertX86p16_16RGB555
......
......@@ -11,7 +11,7 @@
BITS 32
%include "common.asm"
%include "common.inc"
SDL_FUNC _ConvertX86p32_32BGR888
SDL_FUNC _ConvertX86p32_32RGBA888
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment