port to updated Cyclone, debug menu
[picodrive.git] / Pico / Cart.c
index 3954670..a847088 100644 (file)
@@ -1,7 +1,7 @@
 // This is part of Pico Library\r
 \r
 // (c) Copyright 2004 Dave, All rights reserved.\r
-// (c) Copyright 2006 notaz, All rights reserved.\r
+// (c) Copyright 2006-2007, Grazvydas "notaz" Ignotas\r
 // Free for non-commercial use.\r
 \r
 // For commercial use, separate licencing terms must be obtained.\r
@@ -79,10 +79,8 @@ zip_failed:
   f = fopen(path, "rb");\r
   if (f == NULL) return NULL;\r
 \r
-#ifndef NO_IONBF\r
   /* we use our own buffering */\r
   setvbuf(f, NULL, _IONBF, 0);\r
-#endif\r
 \r
   file = malloc(sizeof(*file));\r
   if (file == NULL) {\r