mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
ipod6g: Use storage bounce buffer for ipod6g
Change-Id: I987357bd6795b988802997f92b6d64f36cd24f43
This commit is contained in:
parent
0386469794
commit
9dd2781b87
1 changed files with 3 additions and 0 deletions
|
|
@ -193,9 +193,12 @@
|
||||||
|
|
||||||
/* define this if the device has larger sectors when accessed via USB */
|
/* define this if the device has larger sectors when accessed via USB */
|
||||||
#define MAX_LOG_SECTOR_SIZE 4096
|
#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 */
|
/* 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 MAX_PHYS_SECTOR_SIZE 4096
|
||||||
|
|
||||||
|
#define STORAGE_NEEDS_BOUNCE_BUFFER
|
||||||
|
|
||||||
#define HAVE_HARDWARE_CLICK
|
#define HAVE_HARDWARE_CLICK
|
||||||
|
|
||||||
/* Define this if you have adjustable CPU frequency */
|
/* Define this if you have adjustable CPU frequency */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue