mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Revert "Fix Red on PowerSave in Simulator"
This reverts commit 568b81202e.
Change-Id: I2af42cd53d0ce490bf96c68288e9fbde034c0069
This commit is contained in:
parent
c75aac8424
commit
16f10e2abd
9 changed files with 8 additions and 10 deletions
|
|
@ -215,7 +215,6 @@ static void enable_controller_mci(bool on)
|
|||
/* AMS v1 have two different drive interfaces MCI_SD(XPD) and GGU_IDE */
|
||||
static void enable_controller(bool on, const int drive)
|
||||
{
|
||||
(void) on;
|
||||
|
||||
if (drive == INTERNAL_AS3525)
|
||||
{
|
||||
|
|
@ -236,7 +235,6 @@ static void enable_controller(bool on, const int drive)
|
|||
else
|
||||
enable_controller_mci(on);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#ifdef HAVE_HOTSWAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue