mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 16:10:29 +00:00
More HAVE_LIBRETRODB ifdefs
This commit is contained in:
parent
f0b3731e4f
commit
6e86dd5491
@ -181,11 +181,13 @@ int menu_cbs_init_bind_title(menu_file_list_cbs_t *cbs,
|
||||
int deferred_push_content_list(void *data, void *userdata,
|
||||
const char *path, const char *label, unsigned type);
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
int action_scan_directory(const char *path,
|
||||
const char *label, unsigned type, size_t idx);
|
||||
|
||||
int action_scan_file(const char *path,
|
||||
const char *label, unsigned type, size_t idx);
|
||||
#endif
|
||||
|
||||
int bind_right_generic(unsigned type, const char *label,
|
||||
bool wraparound);
|
||||
|
Loading…
x
Reference in New Issue
Block a user