mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 10:49:02 +00:00
Fix Android build.
This commit is contained in:
parent
89f052f5e5
commit
e75f15cb91
@ -2,6 +2,8 @@
|
||||
#include "file.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "miscellaneous.h"
|
||||
#include "../native/com_retroarch_browser_NativeInterface.h"
|
||||
|
||||
//#define VERBOSE_LOG
|
||||
|
@ -65,7 +65,7 @@ void core_info_list_free(core_info_list_t *list);
|
||||
size_t core_info_list_num_info_files(core_info_list_t *list);
|
||||
|
||||
bool core_info_does_support_file(const core_info_t *info, const char *path);
|
||||
bool core_info_does_support_any_file(const core_info_t *info, const core_info_list_t *list);
|
||||
bool core_info_does_support_any_file(const core_info_t *info, const struct string_list *list);
|
||||
|
||||
// Non-reentrant, does not allocate. Returns pointer to internal state.
|
||||
void core_info_list_get_supported_cores(core_info_list_t *list, const char *path,
|
||||
|
Loading…
Reference in New Issue
Block a user