mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Add some comments.
This commit is contained in:
parent
7bb798edb6
commit
a883fbd155
@ -56,8 +56,8 @@ private:
|
||||
std::vector<std::string> inFileNames;
|
||||
int numFiles;
|
||||
int readFiles;
|
||||
u64 allFilesSize;
|
||||
u64 allReadSize;
|
||||
u64 allFilesSize; // use this tp calculate progress value.
|
||||
u64 allReadSize; // use this tp calculate progress value.
|
||||
int progressValue;
|
||||
|
||||
void updateProgress();
|
||||
|
Loading…
Reference in New Issue
Block a user