mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
FIx Cancel action for subdir
This commit is contained in:
parent
bc71585714
commit
f5cedc6129
@ -59,6 +59,7 @@ static int menu_cbs_init_bind_cancel_compare_type(
|
|||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case FILE_TYPE_DOWNLOAD_CORE_CONTENT:
|
case FILE_TYPE_DOWNLOAD_CORE_CONTENT:
|
||||||
|
case FILE_TYPE_DOWNLOAD_URL:
|
||||||
BIND_ACTION_CANCEL(cbs, action_cancel_core_content);
|
BIND_ACTION_CANCEL(cbs, action_cancel_core_content);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user