mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Undo unwanted commit r29310.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29311 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
237ca504e1
commit
e3abdb1a52
9 changed files with 36 additions and 36 deletions
|
@ -883,7 +883,8 @@ menu:
|
|||
boost_settings, 2, NULL);
|
||||
goto menu;
|
||||
}
|
||||
rb->cpu_boost(boost ? true: false);
|
||||
if(boost)
|
||||
rb->cpu_boost(true);
|
||||
#endif
|
||||
|
||||
if (result == QUIT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue