mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +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
|
|
@ -759,8 +759,8 @@ void patch_manager_dialog::dropEvent(QDropEvent* event)
|
|||
|
||||
log_message.clear();
|
||||
|
||||
size_t count = 0;
|
||||
size_t total = 0;
|
||||
usz count = 0;
|
||||
usz total = 0;
|
||||
|
||||
if (patch_engine::import_patches(patches, imported_patch_yml_path, count, total, &log_message))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue