mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
samples/tasks/database buildfix
This commit is contained in:
parent
a191112634
commit
80cb762cdb
@ -1069,6 +1069,7 @@ static bool core_info_compare_api_version(int sys_major, int sys_minor, int majo
|
||||
|
||||
bool core_info_hw_api_supported(core_info_t *info)
|
||||
{
|
||||
#ifdef RARCH_INTERNAL
|
||||
unsigned i;
|
||||
enum gfx_ctx_api sys_api;
|
||||
gfx_ctx_flags_t sys_flags = {0};
|
||||
@ -1287,4 +1288,7 @@ bool core_info_hw_api_supported(core_info_t *info)
|
||||
}
|
||||
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user