X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcart.c;fp=pico%2Fcart.c;h=58a9a68f7f81cf6eae6c27ddbb57281eba6e95e9;hb=6311a3baf533d4a034e51dfe38e8cb213a1bf442;hp=3148f36d600c90f49c24562d2c58235fff8fa7b1;hpb=075672bf9f028490174bd3fbebe957a47a10b09d;p=picodrive.git diff --git a/pico/cart.c b/pico/cart.c index 3148f36..58a9a68 100644 --- a/pico/cart.c +++ b/pico/cart.c @@ -391,8 +391,8 @@ int pm_seek(pm_file *stream, long offset, int whence) offset = pos; } - if (PicoMessage != NULL && offset > 4 * 1024 * 1024) - PicoMessage("Decompressing data..."); + if (PicoIn.osdMessage != NULL && offset > 4 * 1024 * 1024) + PicoIn.osdMessage("Decompressing data..."); while (offset > 0) { char buf[16 * 1024];