diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-11-07 17:01:24 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-11-07 21:08:15 -0500 |
commit | 42b63daebb18c15c2ded43587b04dcb82f1d8f21 (patch) | |
tree | 295e8382304d9fd91502979620cb70afd9d2a079 | |
parent | 3664d382e038611c7cd03e594d448df91557ffd4 (diff) | |
download | rockbox-42b63daebb.tar.gz rockbox-42b63daebb.zip |
ipod6g: Swap STORAGE_NEEDS_BOUNCE_BUFFER for STORAGE_WANTS_ALIGN
Change-Id: Ie34ffe0e022c8416ec9b2d4c39733a15c205eb3d
-rw-r--r-- | firmware/export/config/ipod6g.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 031cc3c20f..2b3e4c3d3e 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -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 |