From cb90e613680195e853fd05f5ef8bbd82fe577682 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Wed, 17 Sep 2008 23:25:35 +0000 Subject: Large blob code cleanup. Compressed ISO ("gcz") support reactivated. Beginnings of raw drive reading code. Deprecate file mapping in an ugly way. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@566 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/MappedFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/Src/MappedFile.cpp') diff --git a/Source/Core/Common/Src/MappedFile.cpp b/Source/Core/Common/Src/MappedFile.cpp index e22e121722..29b86285c0 100644 --- a/Source/Core/Common/Src/MappedFile.cpp +++ b/Source/Core/Common/Src/MappedFile.cpp @@ -226,7 +226,7 @@ void CMappedFile::Unlock(u8* ptr) } -IMappedFile* IMappedFile::CreateMappedFile(void) +IMappedFile* IMappedFile::CreateMappedFileDEPRECATED(void) { return(new CMappedFile); } -- cgit v1.2.3