Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can have...
commitf7c2978cc46c4e704fa5ca04910cd6865d3720af
authorJonathan Gordon <rockbox@jdgordon.info>
Sun, 25 Sep 2011 12:55:40 +0000 (25 12:55 +0000)
committerJonathan Gordon <rockbox@jdgordon.info>
Sun, 25 Sep 2011 12:55:40 +0000 (25 12:55 +0000)
tree1b4fa13c6b60f500731e334f0631d3fe12fdc45a
parent93e748ac840da04b72f7ad02d4937f9ef09e4cb3
Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can have a number which is the amount of kilobytes to allocate for the skin buffer. This is only checked on boot so if you need to change it you must reboot to enable.
Currently the default size is 80KB on colour targets which can be way too much or not enough for users.
The format of the /.rockbox/skin_buffer_size.txt file is simply a number (so 120 if you want 120 kilobytes), NO trainling spaces or text of any kind

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30599 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_engine.c
apps/main.c