1
0
Fork 0
forked from len0rd/rockbox

\genericimg should be the generic image, i.e. the resolution. If a target specific screenshot exists (using the \specimg value) exists it's used automatically. Putting the target specific extension into \genericimg defeats the purpose of the fallback system. Fixes clip screenshots.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24036 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-12-16 18:50:25 +00:00
parent 0ccd487120
commit 2e865286bc

View file

@ -10,7 +10,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{Clip}
\newcommand{\playerlongtype}{\playertype}
\newcommand{\genericimg}{128x64x1-clip}
\newcommand{\genericimg}{128x64x1}
\newcommand{\specimg}{sansaclip}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}