diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-31 14:05:48 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-31 14:05:48 +0000 |
| commit | 12aa7f2aede572fac6f404ef6067068387ce321c (patch) | |
| tree | 702b9c7660b521bca3b3dc1a725fcaf7d66851fa | |
| parent | f4092dc959d0380d3a440d0bcfcbeef082235916 (diff) | |
| download | pcsxr-12aa7f2aede572fac6f404ef6067068387ce321c.tar.gz | |
mcd dlg icons animation speed;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80825 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | gui/MemcardDlg.c | 2 |
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;
}
|
