mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
Merge pull request #1749 from leiradel/master
include rhash to declare djb2_calculate
This commit is contained in:
commit
4874ddfee3
@ -283,7 +283,7 @@ static int database_cursor_iterate(libretrodb_cursor_t *cur,
|
||||
db_info->md5 = bin_to_hex_alloc((uint8_t*)val->binary.buff, val->binary.len);
|
||||
break;
|
||||
default:
|
||||
RARCH_LOG("Unknown value: %d\n", value);
|
||||
RARCH_LOG("Unknown key: %s\n", str);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -216,7 +216,6 @@ int menu_entries_common_is_settings_entry(const char *label)
|
||||
str = "Privacy Settings";
|
||||
break;
|
||||
default:
|
||||
RARCH_LOG("unknown hash: %d\n", hash);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -29,6 +29,8 @@
|
||||
|
||||
#include "../input/input_remapping.h"
|
||||
|
||||
#include <rhash.h>
|
||||
|
||||
/* FIXME - Global variables, refactor */
|
||||
unsigned rdb_entry_start_game_selection_ptr;
|
||||
size_t hack_shader_pass = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user