Update of /cvsroot/rockbox/apps
In directory labb.contactor.se:/var/tmp/cvs-serv19780/apps
Modified Files:
main.c
Log Message:
oh, I need to commit this Ondio hack, else nobody can test with the automated
build
Index: main.c
===================================================================
RCS file: /cvsroot/rockbox/apps/main.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- main.c 1 Aug 2004 21:50:57 -0000 1.91
+++ main.c 16 Sep 2004 08:02:07 -0000 1.92
@@ -177,6 +177,13 @@
usb_start_monitoring();
+/* temporary hack for Ondio, which can't browse without disk I/O */
+#ifdef HAVE_MMC
+ while(button_get(true) & BUTTON_REL) {}; /* wait to see the logo */
+ while(1) main_menu(); /* just show the main menu, all we can do */
+#endif
+/* end of Ondio hack */
+
pinfo = disk_init();
if (!pinfo)
{
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox-cvs
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|