summaryrefslogtreecommitdiff
path: root/gui.c
diff options
context:
space:
mode:
authornotaz2011-09-04 19:41:51 +0300
committernotaz2011-09-04 20:19:07 +0300
commit2455b6a30e7d58cddfa7f196c4553e008996d46a (patch)
treebafc0c6ebdcf574b94c0181b9542f804531f2252 /gui.c
parent0a74ef66e11356f34c80568cca92b6cdc596248c (diff)
downloadpicogpsp-2455b6a30e7d58cddfa7f196c4553e008996d46a.tar.gz
picogpsp-2455b6a30e7d58cddfa7f196c4553e008996d46a.tar.bz2
picogpsp-2455b6a30e7d58cddfa7f196c4553e008996d46a.zip
unify non-psp synchronize(), fix a few sound issues
..like ignoring real buffer size and not stopping sound thread on exit
Diffstat (limited to 'gui.c')
-rw-r--r--gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.c b/gui.c
index 9381d6b..0184a18 100644
--- a/gui.c
+++ b/gui.c
@@ -1756,6 +1756,7 @@ u32 menu(u16 *original_screen)
set_clock_speed();
SDL_PauseAudio(0);
+ num_skipped_frames = 100;
return return_value;
}