From 896c828152f758f569426db1013a59d4854bc291 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 5 Jan 2018 17:19:19 -0500 Subject: duke3d: unregister timer on exit This was leading to a crash upon audio playback after running the game. Change-Id: I1e9961da443c21e3eff38bcf9877ffa75a922715 --- apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/sdl/src/timer') diff --git a/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c b/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c index 5769a87662..f4e886260c 100644 --- a/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c +++ b/apps/plugins/sdl/src/timer/rockbox/SDL_systimer.c @@ -114,4 +114,4 @@ void SDL_SYS_StopTimer(void) return; } -#endif /* SDL_TIMER_DUMMY || SDL_TIMERS_DISABLED */ +#endif -- cgit v1.2.3