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