|
|
Rockbox mail archiveSubject: Re: Simulator dummy functionsRe: Simulator dummy functions
From: Stéphane Doyon <s.doyon_at_videotron.ca>
Date: Tue, 16 Oct 2007 13:38:03 -0400 (EDT)
On Mon, 15 Oct 2007, pondlife wrote:
> Hi Stéphane,
On Mon, 15 Oct 2007, Nils wrote:
> talk.c is not built for hwcodec sims as they don't have playback at all, it
Right, I should have specified HWCODEC sim.
/* We don't build talk.c for hwcodec sims so we need to define these as
... so those are grouped. In talk.h there's also:
and then in uisimulator/common/stubs.c we have:
#if CONFIG_CODEC != SWCODEC
int talk_buffer_steal(void)
int talk_id(int id, bool enqueue)
int talk_file(char* filename, bool enqueue)
... and so on.
I'll eventually need to add functions and I might want to cleanup some
-- Stéphane Doyon <s.doyon_at_videotron.ca> http://pages.videotron.com/sdoyon/Received on 2007-10-16 Page was last modified "Jan 10 2012" The Rockbox Crew |