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/lib/grey_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib') diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c index 5125d77..20c33a6 100644 --- a/apps/plugins/lib/grey_core.c +++ b/apps/plugins/lib/grey_core.c @@ -603,7 +603,7 @@ void grey_show(bool enable) _grey_info.rb->cpu_boost(true); #endif _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / LCD_SCANRATE, 1, - _timer_isr); + _timer_isr IF_COP(, CPU)); #endif /* !SIMULATOR */ _grey_info.rb->screen_dump_set_hook(grey_screendump_hook); } -- cgit v1.1