From: notaz Date: Wed, 26 Jun 2013 00:02:27 +0000 (+0300) Subject: adjust sh2 cycles so that at least Chaotix doesn't glitch so bad X-Git-Tag: v1.85~87 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=commitdiff_plain;h=2656e68083b26aa9747627593dcfa3083cf029f7 adjust sh2 cycles so that at least Chaotix doesn't glitch so bad --- diff --git a/pico/pico.h b/pico/pico.h index e15f316..79bf12c 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -211,7 +211,7 @@ extern void (*PicoPrepareCram)(); // prepares PicoCramHigh for renderer to us extern int p32x_msh2_multiplier; extern int p32x_ssh2_multiplier; #define SH2_MULTI_SHIFT 10 -#define MSH2_MULTI_DEFAULT ((1 << SH2_MULTI_SHIFT) * 3 / 2) +#define MSH2_MULTI_DEFAULT ((1 << SH2_MULTI_SHIFT) * 21 / 10) #define SSH2_MULTI_DEFAULT ((1 << SH2_MULTI_SHIFT) * 3 / 2) // 32x/draw.c