diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-06-14 10:59:06 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-06-14 10:59:06 +0000 |
| commit | f67660cbfe0cd94a891a7da2801e7f42b03d502f (patch) | |
| tree | cf56fe56a16fdea8443b4f56db2b546ea758e5b6 /Source/Core/Common/Src/SConscript | |
| parent | 955e446e9196fc21997a0678513589780420b976 (diff) | |
Remove the last use of MappedFile and kill the code. (less code is good!) (we've found that file mapping in the context of Dolphin only causes problems and give no speed gain - Dolphin gobbles address space ferociously on its own without mapping in huge disk images). Add some math util functions.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3441 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index f385d24caf..3b87e2b2d8 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -17,7 +17,6 @@ files = [ "Hash.cpp", "IniFile.cpp", "LogManager.cpp", - "MappedFile.cpp", "MathUtil.cpp", "MemArena.cpp", "MemoryUtil.cpp", |
