X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FCart.c;h=fc7eec36171593cc2ac99574c273c04d1b39bf56;hb=110df09c8a2479c6a58655ad6b09b50584fbe5f4;hp=a9fe6ecc99fefab2018ed2b2ee5d5ea906258f63;hpb=1f4e9f147fc079f0efe4c4f95c0c9549d3b41553;p=picodrive.git diff --git a/Pico/Cart.c b/Pico/Cart.c index a9fe6ec..fc7eec3 100644 --- a/Pico/Cart.c +++ b/Pico/Cart.c @@ -16,6 +16,7 @@ static char *rom_exts[] = { "bin", "gen", "smd", "iso" }; void (*PicoCartLoadProgressCB)(int percent) = NULL; +void (*PicoCDLoadProgressCB)(int percent) = NULL; // handled in Pico/cd/cd_file.c pm_file *pm_open(const char *path)