From 9b7fd520cb223426e414e7749537a55d54e09a8b Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 15 Oct 2009 18:10:18 +0000 Subject: [PATCH] tighten the 3d timing even more to fix marvel nemesis. this is now clearly at epic compatibility hack level as 3d takes virtually no time to execute, but lets gather data on whether there are any negative consequences. --- desmume/src/gfx3d.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/desmume/src/gfx3d.cpp b/desmume/src/gfx3d.cpp index 6b88f3275..21ed7af5b 100644 --- a/desmume/src/gfx3d.cpp +++ b/desmume/src/gfx3d.cpp @@ -1785,7 +1785,7 @@ void gfx3d_execute3D() //this is a SPEED HACK //fifo is currently emulated more accurately than it probably needs to be. //without this batch size the emuloop will escape way too often to run fast. - const int HACK_FIFO_BATCH_SIZE = 32; + const int HACK_FIFO_BATCH_SIZE = 64; for(int i=0;i