mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
ipod6g: Swap STORAGE_NEEDS_BOUNCE_BUFFER for STORAGE_WANTS_ALIGN
Change-Id: Ie34ffe0e022c8416ec9b2d4c39733a15c205eb3d
This commit is contained in:
parent
3664d382e0
commit
42b63daebb
1 changed files with 2 additions and 1 deletions
|
|
@ -197,7 +197,8 @@
|
|||
/* This is the minimum access size for the device, even if it's larger than the logical sector size */
|
||||
#define MAX_PHYS_SECTOR_SIZE 4096
|
||||
|
||||
#define STORAGE_NEEDS_BOUNCE_BUFFER
|
||||
//#define STORAGE_NEEDS_BOUNCE_BUFFER
|
||||
#define STORAGE_WANTS_ALIGN
|
||||
|
||||
#define HAVE_HARDWARE_CLICK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue