summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2015-11-11 16:25:39 +0100
committertwinaphex2015-11-11 16:25:39 +0100
commit9adfbb8d43e68e6ae828a534eeadbcbe3d46ca46 (patch)
treec65cd9c0f7711b7beb94f792b2e70db3b33f4cdc
parent348a2e34d3c534027727a95671d4aad985aeb5f5 (diff)
downloadsnes9x2002-9adfbb8d43e68e6ae828a534eeadbcbe3d46ca46.tar.gz
snes9x2002-9adfbb8d43e68e6ae828a534eeadbcbe3d46ca46.tar.bz2
snes9x2002-9adfbb8d43e68e6ae828a534eeadbcbe3d46ca46.zip
Remove some file logs
-rw-r--r--src/mode7new.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mode7new.c b/src/mode7new.c
index af493d2..0a17f15 100644
--- a/src/mode7new.c
+++ b/src/mode7new.c
@@ -74,8 +74,6 @@ void DrawBGMode7Background16NewR3(uint8* Screen)
int Line;
uint32 clip;
- //FILE *f = fopen("mode7.log", "a");
-
if (!ClipCount) ClipCount = 1;
Screen += GFX.StartY * GFX_PITCH;
@@ -131,9 +129,6 @@ void DrawBGMode7Background16NewR3(uint8* Screen)
int width = Right - Left;
xx3 = (startx + HOffset);
- //fprintf(f, "AA:%d, CC:%d, daa: %d, dcc: %d, MA: %d, MB: %d, MC: %d, MD: %d\n", AA, CC, aa, cc, l->MatrixA, l->MatrixB, l->MatrixC, l->MatrixD);
-
-
if (dir == 1)
{
__asm__ volatile(
@@ -262,9 +257,6 @@ void DrawBGMode7Background16NewR3(uint8* Screen)
}
}
}
-
- //fclose(f);
-
}
void DrawBGMode7Background16NewR1R2(uint8* Screen)