From 032bd764ab0f8ebcfa5ce80550b602c0cf96cf7c Mon Sep 17 00:00:00 2001 From: ekeeke31 Date: Mon, 1 Nov 2010 18:01:51 +0000 Subject: [PATCH] changed default SVP clock speed --- source/cart_hw/svp/svp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cart_hw/svp/svp.c b/source/cart_hw/svp/svp.c index b7864d0..5d9557c 100644 --- a/source/cart_hw/svp/svp.c +++ b/source/cart_hw/svp/svp.c @@ -13,7 +13,7 @@ #include "shared.h" svp_t *svp = NULL; -int16 SVP_cycles = 850; +int16 SVP_cycles = 800; void svp_init(void) {