diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-11-07 09:33:36 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-11-07 16:44:25 -0500 |
commit | 9dd2781b87450780047b9cdcb78b90c26951473f (patch) | |
tree | d689c0bed83a5c52b02c0885ba4cc721ab4dc9ec | |
parent | 0386469794a34034b39f1b764edb4fffc2ff16a0 (diff) | |
download | rockbox-9dd2781b87.tar.gz rockbox-9dd2781b87.zip |
ipod6g: Use storage bounce buffer for ipod6g
Change-Id: I987357bd6795b988802997f92b6d64f36cd24f43
-rw-r--r-- | firmware/export/config/ipod6g.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 7eb92f86db..031cc3c20f 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -193,9 +193,12 @@ /* define this if the device has larger sectors when accessed via USB */ #define MAX_LOG_SECTOR_SIZE 4096 + /* 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 HAVE_HARDWARE_CLICK /* Define this if you have adjustable CPU frequency */ |