VolumeVerifier: Detect broken Super Paper Mario

https://bugs.dolphin-emu.org/issues/11900
This commit is contained in:
JosJuice
2019-11-27 14:35:25 +01:00
parent 70ee5234ba
commit 59633f5309
2 changed files with 35 additions and 0 deletions

View File

@ -158,6 +158,7 @@ private:
u64 GetBiggestReferencedOffset() const;
u64 GetBiggestReferencedOffset(const FileInfo& file_info) const;
void CheckMisc();
void CheckSuperPaperMario();
void SetUpHashing();
void WaitForAsyncOperations() const;
bool ReadChunkAndWaitForAsyncOperations(u64 bytes_to_read);