From 12aa7f2aede572fac6f404ef6067068387ce321c Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 31 Oct 2012 14:05:48 +0000 Subject: mcd dlg icons animation speed; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80825 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/MemcardDlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/MemcardDlg.c b/gui/MemcardDlg.c index e134ab96..ff98d9b6 100644 --- a/gui/MemcardDlg.c +++ b/gui/MemcardDlg.c @@ -662,7 +662,7 @@ gboolean updateFunc(gpointer data) { currentIcon++; UpdateListItems(1, GtkCList_McdList1); UpdateListItems(2, GtkCList_McdList2); - g_timeout_add(333, updateFunc, 0); + g_timeout_add(200, updateFunc, 0); return FALSE; } -- cgit v1.2.3