Very rough approximation of UMD seek delays.

This commit is contained in:
Unknown W. Brackets
2014-12-26 01:15:18 -08:00
parent d6a113809b
commit 8f3a8fd233
4 changed files with 33 additions and 2 deletions
+1
View File
@@ -180,6 +180,7 @@ private:
std::vector<FileListEntry> fileList;
u32 currentBlockIndex;
u32 lastReadBlock_;
std::map<std::string, Handler *> handlers;
};