From ac9b92716a11cf7699f6ce9668b1ca5cd4171cf9 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 4 Apr 2008 19:38:46 +0000 Subject: Allow to select the core for running the user timer on portalplayer targets. * Incompatible plugin API change -> sorted API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16965 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/i_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/doom/i_system.c') diff --git a/apps/plugins/doom/i_system.c b/apps/plugins/doom/i_system.c index 4a22743..09a6180 100644 --- a/apps/plugins/doom/i_system.c +++ b/apps/plugins/doom/i_system.c @@ -109,7 +109,7 @@ int I_GetTime (void) void I_Init (void) { #if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR) && !defined(RB_PROFILE) - rb->timer_register(1, NULL, TIMER_FREQ/TICRATE, 1, doomtime); + rb->timer_register(1, NULL, TIMER_FREQ/TICRATE, 1, doomtime IF_COP(, CPU)); #endif I_InitSound(); } -- cgit v1.1