mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 22:52:28 -05:00
More work on PDBox by Wincent Balin. The PDBox plug-in is now working with the pdpod_test.pd file from the PureData.zip archive
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21816 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3a8708cdf
commit
66a0492ab7
6 changed files with 208 additions and 155 deletions
|
|
@ -507,7 +507,12 @@ t_symbol *dogensym(char *s, t_symbol *oldsym)
|
|||
|
||||
t_symbol *gensym(char *s)
|
||||
{
|
||||
printf("gensym: %s\n", s);
|
||||
// printf("gensym: %s\n", s);
|
||||
#ifdef ROCKBOX
|
||||
if(s == NULL)
|
||||
return dogensym("/", 0);
|
||||
else
|
||||
#endif
|
||||
return(dogensym(s, 0));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue