Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
snes9x2002
Commits
9adfbb8d
Commit
9adfbb8d
authored
Nov 11, 2015
by
Libretro-Admin
Browse files
Remove some file logs
parent
348a2e34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mode7new.c
View file @
9adfbb8d
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment