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
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
LOG_CHANNEL(tar_log, "TAR");
|
||||
|
||||
tar_object::tar_object(const fs::file& file, size_t offset)
|
||||
tar_object::tar_object(const fs::file& file, usz offset)
|
||||
: m_file(file)
|
||||
, initial_offset(static_cast<int>(offset))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue