mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
ifdef certain code with HAVE_LIBRETRODB
This commit is contained in:
parent
e7c7c4515a
commit
86f0bdd3d8
@ -259,8 +259,10 @@ int rarch_main(int argc, char *argv[], void *data)
|
||||
void *args = (void*)data;
|
||||
int ret = 0;
|
||||
settings_t *settings = NULL;
|
||||
global_t *global = NULL;
|
||||
driver_t *driver = NULL;
|
||||
#ifdef HAVE_THREADS
|
||||
global_t *global = NULL;
|
||||
#endif
|
||||
|
||||
rarch_main_alloc();
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
cbs->action_scan_ident = #name;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBETRODB
|
||||
static void handle_dbscan_finished(void *task_data, void *user_data, const char *err)
|
||||
{
|
||||
menu_environment_cb(MENU_ENVIRON_RESET_HORIZONTAL_LIST, NULL);
|
||||
@ -75,6 +76,7 @@ int action_scan_directory(const char *path,
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int menu_cbs_init_bind_scan_compare_type(menu_file_list_cbs_t *cbs,
|
||||
unsigned type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user