Rewind Config - oops
This commit is contained in:
parent
b2e6be8d0e
commit
1faac21e7f
|
@ -56,7 +56,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
double num = StateSize / 1024.0;
|
double num = StateSize / 1024.0;
|
||||||
|
|
||||||
if (StateSize >= 1024)
|
if (num >= 1024)
|
||||||
{
|
{
|
||||||
num /= 1024.0;
|
num /= 1024.0;
|
||||||
StateSizeLabel.Text = String.Format("{0:0.00}", num) + " mb";
|
StateSizeLabel.Text = String.Format("{0:0.00}", num) + " mb";
|
||||||
|
|
Loading…
Reference in New Issue