1
0
Fork 0
forked from len0rd/rockbox

LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specific config file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22397 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2009-08-18 04:10:06 +00:00
parent b035fee155
commit 47b2b579cc
7 changed files with 11 additions and 7 deletions

View file

@ -148,4 +148,6 @@
#define ICODE_ATTR_ALAC
#define IBSS_ATTR_SHORTEN_DECODED0
#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
#endif /* SIMULATOR */