mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Add usz alias for std::size_t
This commit is contained in:
parent
360c4d1554
commit
fb29933d3d
173 changed files with 718 additions and 717 deletions
|
|
@ -47,7 +47,7 @@ fs::file pup_object::get_file(u64 entry_id)
|
|||
|
||||
bool pup_object::validate_hashes()
|
||||
{
|
||||
for (size_t i = 0; i < m_file_tbl.size(); i++)
|
||||
for (usz i = 0; i < m_file_tbl.size(); i++)
|
||||
{
|
||||
u8 *hash = m_hash_tbl[i].hash;
|
||||
PUPFileEntry file = m_file_tbl[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue