notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62850b
)
adjust sh2 cycles so that at least Chaotix doesn't glitch so bad
author
notaz
<notasas@gmail.com>
Wed, 26 Jun 2013 00:02:27 +0000
(
03:02
+0300)
committer
notaz
<notasas@gmail.com>
Wed, 26 Jun 2013 00:07:08 +0000
(
03:07
+0300)
pico/pico.h
patch
|
blob
|
blame
|
history
diff --git
a/pico/pico.h
b/pico/pico.h
index
e15f316
..
79bf12c
100644
(file)
--- 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;
\r
extern int p32x_ssh2_multiplier;
\r
#define SH2_MULTI_SHIFT 10
\r
-#define MSH2_MULTI_DEFAULT ((1 << SH2_MULTI_SHIFT) *
3 / 2
)
\r
+#define MSH2_MULTI_DEFAULT ((1 << SH2_MULTI_SHIFT) *
21 / 10
)
\r
#define SSH2_MULTI_DEFAULT ((1 << SH2_MULTI_SHIFT) * 3 / 2)
\r
\r
// 32x/draw.c
\r