1
0
Fork 0
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:
Jörg Hohensohn 2005-01-01 16:02:37 +00:00
parent 6dda40124d
commit 7ec0c9d3e7
2 changed files with 6 additions and 0 deletions

View file

@ -76,4 +76,7 @@
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
/* define this if more than one device/partition can be used */
#define HAVE_MULTIVOLUME
#endif /* SIMULATOR */

View file

@ -67,4 +67,7 @@
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
/* define this if more than one device/partition can be used */
#define HAVE_MULTIVOLUME
#endif /* SIMULATOR */