mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Update count
This commit is contained in:
parent
4d64a94cb2
commit
d8fd499f3d
@ -1706,7 +1706,7 @@ chd_error chd_get_metadata(chd_file *chd, UINT32 searchtag, UINT32 searchindex,
|
|||||||
{
|
{
|
||||||
metadata_entry metaentry;
|
metadata_entry metaentry;
|
||||||
chd_error err;
|
chd_error err;
|
||||||
UINT32 count;
|
int64_t count;
|
||||||
|
|
||||||
/* if we didn't find it, just return */
|
/* if we didn't find it, just return */
|
||||||
err = metadata_find_entry(chd, searchtag, searchindex, &metaentry);
|
err = metadata_find_entry(chd, searchtag, searchindex, &metaentry);
|
||||||
@ -2240,7 +2240,7 @@ static chd_error map_read(chd_file *chd)
|
|||||||
UINT8 raw_map_entries[MAP_STACK_ENTRIES * MAP_ENTRY_SIZE];
|
UINT8 raw_map_entries[MAP_STACK_ENTRIES * MAP_ENTRY_SIZE];
|
||||||
UINT64 fileoffset, maxoffset = 0;
|
UINT64 fileoffset, maxoffset = 0;
|
||||||
UINT8 cookie[MAP_ENTRY_SIZE];
|
UINT8 cookie[MAP_ENTRY_SIZE];
|
||||||
UINT32 count;
|
int64_t count;
|
||||||
chd_error err;
|
chd_error err;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user