Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed, per Mike's comment on bug #157
  • Loading branch information
slouken committed Jun 21, 2006
1 parent 79a8503 commit 0189bfd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/hermes/mmx_main.asm
Expand Up @@ -9,7 +9,7 @@

BITS 32

%include "common.asm"
%include "common.inc"

SDL_FUNC _ConvertMMX
SDL_FUNC _mmxreturn
Expand Down
2 changes: 1 addition & 1 deletion src/hermes/mmxp2_32.asm
Expand Up @@ -20,7 +20,7 @@

BITS 32

%include "common.asm"
%include "common.inc"
SDL_FUNC _ConvertMMXpII32_24RGB888
SDL_FUNC _ConvertMMXpII32_16RGB565
Expand Down
2 changes: 1 addition & 1 deletion src/hermes/x86_main.asm
Expand Up @@ -11,7 +11,7 @@

BITS 32

%include "common.asm"
%include "common.inc"

SDL_FUNC _ConvertX86
SDL_FUNC _x86return
Expand Down
2 changes: 1 addition & 1 deletion src/hermes/x86p_16.asm
Expand Up @@ -12,7 +12,7 @@

BITS 32

%include "common.asm"
%include "common.inc"

SDL_FUNC _ConvertX86p16_16BGR565
SDL_FUNC _ConvertX86p16_16RGB555
Expand Down
2 changes: 1 addition & 1 deletion src/hermes/x86p_32.asm
Expand Up @@ -11,7 +11,7 @@

BITS 32

%include "common.asm"
%include "common.inc"

SDL_FUNC _ConvertX86p32_32BGR888
SDL_FUNC _ConvertX86p32_32RGBA888
Expand Down

0 comments on commit 0189bfd

Please sign in to comment.