mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4192 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
974c2f0d43
commit
f993365447
11 changed files with 1081 additions and 930 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include "system.h"
|
||||
#include "lcd.h"
|
||||
#include "mpeg.h"
|
||||
#include "mp3_playback.h"
|
||||
#include "mas.h"
|
||||
#include "button.h"
|
||||
#include "kernel.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue