forked from len0rd/rockbox
Get the plugins synced up with the threading changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a13a1d5492
commit
d7cb90722f
5 changed files with 109 additions and 62 deletions
|
@ -1114,7 +1114,6 @@ void thread(void)
|
|||
} while (!gTread.exiting);
|
||||
|
||||
gTread.ended = true; /* acknowledge the exit */
|
||||
rb->remove_thread(NULL); /* commit suicide */
|
||||
}
|
||||
|
||||
/* callback to end the TSR plugin, called before a new one gets loaded */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue