forked from len0rd/rockbox
Android:
* Re-create RockboxFramebuffer instance with every time there's a new Activity. * Also, allow Rockbox to be started via multimedia buttons, immediately starting playback if wanted. We don't need to keep the fb instance around when it backround, and it makes us less depending on it and the activity (less race conditions). And this is how you usually do it in Android apps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29384 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
da3417706d
commit
95e24dd7a5
7 changed files with 123 additions and 148 deletions
|
@ -410,7 +410,6 @@ static void init(void)
|
|||
#endif /* CONFIG_CODEC == SWCODEC */
|
||||
|
||||
audio_init();
|
||||
button_clear_queue(); /* Empty the keyboard buffer */
|
||||
|
||||
settings_apply_skins();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue