summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/MemcardDlg.c2
1 files changed, 1 insertions, 1 deletions
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;
}