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:
parent
78d7ece5e9
commit
ef425feeb3
2 changed files with 46 additions and 33 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue