Renamed MMX support variable

This commit is contained in:
pagefault
2001-09-20 18:08:10 +00:00
parent 708e453b3d
commit 85b8810b5f
24 changed files with 96 additions and 173 deletions

View File

@@ -102,7 +102,7 @@ static void UnlockSurface(void)
extern DWORD AddEndBytes;
extern DWORD NumBytesPerLine;
extern unsigned char *WinVidMemStart;
extern unsigned char FPUCopy;
extern unsigned char MMXSupport;
extern unsigned char NGNoTransp;
extern unsigned char newengen;
extern unsigned short resolutn;
@@ -196,7 +196,7 @@ void sw_drawwin()
if (SurfaceX == 256 && SurfaceY == 224) {
switch(BitDepth) {
case 16:
if (FPUCopy){
if (MMXSupport){
__asm__ __volatile__ (
" pushw %%es\n" \
" movw %%ds, %%ax\n" \
@@ -329,7 +329,7 @@ void sw_drawwin()
} else if (SurfaceX == 320 && SurfaceY == 240) {
switch(BitDepth) {
case 16:
if (FPUCopy) {
if (MMXSupport) {
__asm__ __volatile__ (
" pushw %%es\n" \
" movw %%ds, %%ax\n" \