1
0
Fork 0
forked from len0rd/rockbox

Fixes to the Complete and Small Installation routines: Don't try installing a bootloader if the target doesn't have one, Don't install doom WADs if the target doesn't have a doom plugin.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14717 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2007-09-15 22:32:14 +00:00
parent 78d7ece5e9
commit ef425feeb3
2 changed files with 46 additions and 33 deletions

View file

@ -83,6 +83,7 @@ class RbUtilQt : public QMainWindow
bool installFontsAuto(void);
void installFonts(void);
bool hasDoom(void);
void installDoomBtn(void);
bool installDoomAuto(void);
void installDoom(void);