mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-21 23:08:53 -05:00
More verbosity in mempak_extract_note
This commit is contained in:
parent
224706b56c
commit
d2b53baad0
@ -32,6 +32,8 @@ int main(int argc, char **argv)
|
||||
fprintf(stderr, "could not export note\n");
|
||||
}
|
||||
|
||||
printf("Exported note %d to file '%s'\n", note_id, outfile);
|
||||
|
||||
mempak_free(mpk);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user