mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 19:24:30 -05:00
Renamed, per Mike's comment on bug #157
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user