summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/ISOFile.cpp
diff options
context:
space:
mode:
authordaco65 <daco65@gmail.com>2008-11-02 23:25:21 +0000
committerdaco65 <daco65@gmail.com>2008-11-02 23:25:21 +0000
commit43b302a0001626e80540c0ebe1318bb8a4b7370e (patch)
treefc6b10278b8a5613fba110c5a90fd5f0d65340c3 /Source/Core/DolphinWX/Src/ISOFile.cpp
parenta1454f4f0549c0b894f6886a04c9c49538db5012 (diff)
Start of Iso list caching. its off on default but can be changed in the options/ini
also, the banners get saved as png's in the Gameini folder. they dont delete on their own you'll have to do that for now ;_; git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1052 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DolphinWX/Src/ISOFile.cpp')
-rw-r--r--Source/Core/DolphinWX/Src/ISOFile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/ISOFile.cpp b/Source/Core/DolphinWX/Src/ISOFile.cpp
index 44a6028474..4b4ea4ca1a 100644
--- a/Source/Core/DolphinWX/Src/ISOFile.cpp
+++ b/Source/Core/DolphinWX/Src/ISOFile.cpp
@@ -90,7 +90,6 @@ GameListItem::GameListItem(const std::string& _rFileName)
delete pFileSystem;
}
-
delete pVolume;
m_Valid = true;