mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor warning.
This commit is contained in:
parent
607f19b6a4
commit
ff2012d37b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ int PSPGamedataInstallDialog::Init(u32 paramAddr) {
|
|||
///////////////////////////////////////////////////////
|
||||
this->paramAddr = paramAddr;
|
||||
inFileNames = GetPSPFileList ("disc0:/PSP_GAME/INSDIR");
|
||||
numFiles = inFileNames.size();
|
||||
numFiles = (int)inFileNames.size();
|
||||
readFiles = 0;
|
||||
progressValue = 0;
|
||||
allFilesSize = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue