mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 01:21:03 +00:00
Merge pull request #10882 from Jamiras/cheevos_hash_buffered
(cheevos) hash buffered data when available
This commit is contained in:
commit
dffb54ac3c
@ -1548,7 +1548,7 @@ static int rcheevos_iterate(rcheevos_coro_t* coro)
|
|||||||
CORO_STOP();
|
CORO_STOP();
|
||||||
|
|
||||||
/* iterate over the possible hashes for the file being loaded */
|
/* iterate over the possible hashes for the file being loaded */
|
||||||
rc_hash_initialize_iterator(&coro->iterator, coro->path, NULL, 0);
|
rc_hash_initialize_iterator(&coro->iterator, coro->path, coro->data, coro->len);
|
||||||
#ifdef CHEEVOS_TIME_HASH
|
#ifdef CHEEVOS_TIME_HASH
|
||||||
start = cpu_features_get_time_usec();
|
start = cpu_features_get_time_usec();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user