From dc51630803858ac6386d6d269d417155ebc8263d Mon Sep 17 00:00:00 2001 From: Raul Tambre Date: Tue, 9 Sep 2014 19:08:13 +0300 Subject: [PATCH] Comment fix --- rpcs3/Emu/SysCalls/Modules/cellSysutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/SysCalls/Modules/cellSysutil.cpp b/rpcs3/Emu/SysCalls/Modules/cellSysutil.cpp index c1ea307428..1c22cce875 100644 --- a/rpcs3/Emu/SysCalls/Modules/cellSysutil.cpp +++ b/rpcs3/Emu/SysCalls/Modules/cellSysutil.cpp @@ -664,7 +664,7 @@ int cellHddGameCheck(u32 version, vm::ptr dirName, u32 errDialog, vm vm::var get; vm::var set; - get->hddFreeSizeKB = 419430400; // 40 MB, TODO: Use the free space of the computer's HDD where RPCS3 is being run. + get->hddFreeSizeKB = 40 * 1048576; // 40 GB, TODO: Use the free space of the computer's HDD where RPCS3 is being run. get->isNewData = CELL_HDDGAME_ISNEWDATA_EXIST; get->sysSizeKB = 0; // TODO get->st_atime__ = 0; // TODO