From 793755e7b3c6ca1d9e9ff1259cf20191d8b1bf00 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 5 Jan 2017 09:56:13 -0600 Subject: [PATCH] makefile fixed from ym mistake from yesterday. i made improvements to the automated distribution functions of the make file <3 --- src/vrstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vrstest.c b/src/vrstest.c index a555818b..06cb03fd 100755 --- a/src/vrstest.c +++ b/src/vrstest.c @@ -110,7 +110,7 @@ void main() { modexHiganbanaPageSetup(&gvar.video); /* simulate scroll's zetup */ - gvar.video.page[0].dx = gvar.video.page[0].dy = 16; + //gvar.video.page[0].dx = gvar.video.page[0].dy = 16; modexShowPage(&gvar.video.page[0]); /* non sprite comparison */ -- 2.39.2