diff options
| author | Anthony <Helios747@users.noreply.github.com> | 2017-03-20 12:46:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-20 12:46:19 -0700 |
| commit | 26bb26fe54f3493ddb349376bb2f53147b9bae59 (patch) | |
| tree | a54d31d4011691eeebcb5a2be11e0bf3a7d5a8f1 /Source/Core/DiscIO/VolumeGC.cpp | |
| parent | 50faffc9c22dd19701cd023434fb357d6851876e (diff) | |
| parent | 98b4ff12f4e42c302c69ac20903b198876fad836 (diff) | |
Merge pull request #4901 from JosJuice/filemonitor-redesign
FileMonitor redesign
Diffstat (limited to 'Source/Core/DiscIO/VolumeGC.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeGC.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/DiscIO/VolumeGC.cpp b/Source/Core/DiscIO/VolumeGC.cpp index 60b9846504..0f302b5ce0 100644 --- a/Source/Core/DiscIO/VolumeGC.cpp +++ b/Source/Core/DiscIO/VolumeGC.cpp @@ -17,7 +17,6 @@ #include "Common/StringUtil.h" #include "DiscIO/Blob.h" #include "DiscIO/Enums.h" -#include "DiscIO/FileMonitor.h" #include "DiscIO/Filesystem.h" #include "DiscIO/Volume.h" #include "DiscIO/VolumeGC.h" @@ -38,8 +37,6 @@ bool CVolumeGC::Read(u64 _Offset, u64 _Length, u8* _pBuffer, bool decrypt) const if (decrypt) PanicAlertT("Tried to decrypt data from a non-Wii volume"); - FileMon::FindFilename(_Offset); - return m_pReader->Read(_Offset, _Length, _pBuffer); } |
