mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19967 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eddb5680f9
commit
11ad7b4bc8
15 changed files with 181 additions and 409 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include "mp3_playback.h"
|
||||
#include "ctype.h"
|
||||
#include "file.h"
|
||||
#include "general.h"
|
||||
#include "errno.h"
|
||||
#include "string.h"
|
||||
#include "system.h"
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@
|
|||
#include "sound_menu.h"
|
||||
#include "viewport.h"
|
||||
#include "list.h"
|
||||
#include "general.h"
|
||||
|
||||
#ifdef HAVE_RECORDING
|
||||
/* This array holds the record timer interval lengths, in seconds */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue