diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-09-17 23:25:35 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-09-17 23:25:35 +0000 |
| commit | cb90e613680195e853fd05f5ef8bbd82fe577682 (patch) | |
| tree | 48673444768616300a1c3258f847cb0bc36539a1 /Source/Core/Common/Src/MappedFile.cpp | |
| parent | 2cd7acfaee5756f119afd18e55f3437b9df3ab8b (diff) | |
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
Diffstat (limited to 'Source/Core/Common/Src/MappedFile.cpp')
| -rw-r--r-- | Source/Core/Common/Src/MappedFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
|
