Merge pull request #1749 from leiradel/master

include rhash to declare djb2_calculate
This commit is contained in:
Twinaphex 2015-06-05 23:00:50 +02:00
commit 4874ddfee3
3 changed files with 3 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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;
}

View File

@ -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;