move more globals to PicoInterface
[picodrive.git] / pico / cart.c
index 3148f36..58a9a68 100644 (file)
@@ -391,8 +391,8 @@ int pm_seek(pm_file *stream, long offset, int whence)
       offset = pos;\r
     }\r
 \r
-    if (PicoMessage != NULL && offset > 4 * 1024 * 1024)\r
-      PicoMessage("Decompressing data...");\r
+    if (PicoIn.osdMessage != NULL && offset > 4 * 1024 * 1024)\r
+      PicoIn.osdMessage("Decompressing data...");\r
 \r
     while (offset > 0) {\r
       char buf[16 * 1024];\r