mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 17:49:45 +00:00
typo fix
- Minor argument change requested by Megamouse
This commit is contained in:
parent
f1ff75d815
commit
feb77793df
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ void game_list_frame::BatchCreatePPUCaches()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
progress_dialog* pdlg = new progress_dialog(tr("Creating all PPU caches"), tr("Cancel"), 0, m_game_data.size(), this);
|
progress_dialog* pdlg = new progress_dialog(tr("Creating all PPU caches"), tr("Cancel"), 0, total, this);
|
||||||
pdlg->setWindowTitle(tr("PPU Cache Batch Creation"));
|
pdlg->setWindowTitle(tr("PPU Cache Batch Creation"));
|
||||||
pdlg->setAutoClose(false);
|
pdlg->setAutoClose(false);
|
||||||
pdlg->setAutoReset(false);
|
pdlg->setAutoReset(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue