mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
Fixup Savestate Progress
This commit is contained in:
parent
3393d13b67
commit
2e824827b7
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ void gui_application::InitializeCallbacks()
|
||||||
{
|
{
|
||||||
*half_seconds += 1;
|
*half_seconds += 1;
|
||||||
|
|
||||||
const usz bytes_written = atomic_storage<usz>::load(ar_ptr->pos);
|
const usz bytes_written = ar_ptr->get_size();
|
||||||
pdlg->setLabelText(text_base.arg(*half_seconds / 2).arg(gui::utils::format_byte_size(bytes_written)));
|
pdlg->setLabelText(text_base.arg(*half_seconds / 2).arg(gui::utils::format_byte_size(bytes_written)));
|
||||||
|
|
||||||
// 300MB -> 50%, 600MB -> 75%, 1200MB -> 87.5% etc
|
// 300MB -> 50%, 600MB -> 75%, 1200MB -> 87.5% etc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue