diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-07-15 17:54:58 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-07-15 17:54:58 +0000 |
| commit | adb6a00c59371e202edba06d19f950f422b688ee (patch) | |
| tree | e852e9340d9d3a567467bc8ded6b55b64820b316 /apps/plugins | |
| parent | bda60d18d8d2cc48eb39b37665809abb31116b55 (diff) | |
| download | rockbox-adb6a00c59371e202edba06d19f950f422b688ee.zip rockbox-adb6a00c59371e202edba06d19f950f422b688ee.tar.gz rockbox-adb6a00c59371e202edba06d19f950f422b688ee.tar.bz2 rockbox-adb6a00c59371e202edba06d19f950f422b688ee.tar.xz | |
Update lcd-as-memframe.S to only rotate YUV data for portrait LCDs (and remove the D2's temporary C implementation). Enable MpegPlayer dithering option for D2.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18055 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/mpegplayer/mpeg_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.h b/apps/plugins/mpegplayer/mpeg_settings.h index d00dc19..71c6db5 100644 --- a/apps/plugins/mpegplayer/mpeg_settings.h +++ b/apps/plugins/mpegplayer/mpeg_settings.h @@ -6,7 +6,7 @@ #define SETTINGS_FILENAME "mpegplayer.cfg" #if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ - || defined (IRIVER_H10) + || defined(IRIVER_H10) || defined(COWON_D2) #define MPEG_OPTION_DITHERING_ENABLED 1 #endif |