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:
parent
0ccd487120
commit
2e865286bc
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue