mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +00:00
Add log
This commit is contained in:
parent
eeb7a33e7b
commit
adf9fcec7b
@ -222,6 +222,8 @@ bool rarch_task_push_decompress(const char *source_file, const char *target_dir,
|
||||
return false;
|
||||
}
|
||||
|
||||
RARCH_LOG("[decompress] File '%s.\n", source_file);
|
||||
|
||||
s = (decompress_state_t*)calloc(1, sizeof(*s));
|
||||
|
||||
s->source_file = strdup(source_file);
|
||||
|
Loading…
x
Reference in New Issue
Block a user