mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 00:59:18 +00:00
typo fix
- Minor argument change requested by Megamouse
This commit is contained in:
parent
f1ff75d815
commit
feb77793df
@ -1099,7 +1099,7 @@ void game_list_frame::BatchCreatePPUCaches()
|
||||
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->setAutoClose(false);
|
||||
pdlg->setAutoReset(false);
|
||||
|
Loading…
Reference in New Issue
Block a user