mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
Propagate 'label' as path for CDROM info detail list
This commit is contained in:
parent
df55abc65b
commit
ad5773a031
2
deps/mbedtls/mbedtls/config.h
vendored
2
deps/mbedtls/mbedtls/config.h
vendored
@ -906,7 +906,9 @@
|
|||||||
* Disable if you run into name conflicts and want to really remove the
|
* Disable if you run into name conflicts and want to really remove the
|
||||||
* mbedtls_strerror()
|
* mbedtls_strerror()
|
||||||
*/
|
*/
|
||||||
|
#if 0
|
||||||
#define MBEDTLS_ERROR_STRERROR_DUMMY
|
#define MBEDTLS_ERROR_STRERROR_DUMMY
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_GENPRIME
|
* \def MBEDTLS_GENPRIME
|
||||||
|
@ -958,8 +958,11 @@ int generic_action_ok_displaylist_push(const char *path,
|
|||||||
case ACTION_OK_DL_LOAD_DISC_LIST:
|
case ACTION_OK_DL_LOAD_DISC_LIST:
|
||||||
case ACTION_OK_DL_DUMP_DISC_LIST:
|
case ACTION_OK_DL_DUMP_DISC_LIST:
|
||||||
case ACTION_OK_DL_CDROM_INFO_LIST:
|
case ACTION_OK_DL_CDROM_INFO_LIST:
|
||||||
|
action_ok_dl_lbl(action_ok_dl_to_enum(action_type), DISPLAYLIST_GENERIC);
|
||||||
|
break;
|
||||||
case ACTION_OK_DL_CDROM_INFO_DETAIL_LIST:
|
case ACTION_OK_DL_CDROM_INFO_DETAIL_LIST:
|
||||||
action_ok_dl_lbl(action_ok_dl_to_enum(action_type), DISPLAYLIST_GENERIC);
|
action_ok_dl_lbl(action_ok_dl_to_enum(action_type), DISPLAYLIST_GENERIC);
|
||||||
|
info_path = label;
|
||||||
break;
|
break;
|
||||||
case ACTION_OK_DL_CONTENT_SETTINGS:
|
case ACTION_OK_DL_CONTENT_SETTINGS:
|
||||||
info.list = menu_entries_get_selection_buf_ptr(0);
|
info.list = menu_entries_get_selection_buf_ptr(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user