forked from len0rd/rockbox
finally: multivolume for Ondio officially enabled (use MMC and internal 128MB seamless)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5524 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6dda40124d
commit
7ec0c9d3e7
2 changed files with 6 additions and 0 deletions
|
|
@ -76,4 +76,7 @@
|
||||||
/* Define this if you have a software controlled poweroff */
|
/* Define this if you have a software controlled poweroff */
|
||||||
#define HAVE_SW_POWEROFF
|
#define HAVE_SW_POWEROFF
|
||||||
|
|
||||||
|
/* define this if more than one device/partition can be used */
|
||||||
|
#define HAVE_MULTIVOLUME
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
|
|
@ -67,4 +67,7 @@
|
||||||
/* Define this if you have a software controlled poweroff */
|
/* Define this if you have a software controlled poweroff */
|
||||||
#define HAVE_SW_POWEROFF
|
#define HAVE_SW_POWEROFF
|
||||||
|
|
||||||
|
/* define this if more than one device/partition can be used */
|
||||||
|
#define HAVE_MULTIVOLUME
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue