mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
VolumeVerifier: Detect broken Super Paper Mario
https://bugs.dolphin-emu.org/issues/11900
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user