From 183804e44265ab35a237f34efa1d0c2292d1cc9a Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Mon, 11 Jan 2010 05:07:56 +0000 Subject: Small unicode fix for extracting files (ISOProperties.cpp) Change some PanicYesNo to AskYesNo so that they will always show (WiiSaveCrypted.cpp) Adds more country filtering options to Gamelist (france, italy, korea, taiwan, and unknown country) Misc. fixes for potential crashes that can only occur with a corrupted dump == check filesize of a dump before spending time looking for the cause of a crash :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4802 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DiscIO/Src/FileMonitor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/DiscIO/Src/FileMonitor.cpp') diff --git a/Source/Core/DiscIO/Src/FileMonitor.cpp b/Source/Core/DiscIO/Src/FileMonitor.cpp index 5bf60e53cf..0a68d71ffc 100644 --- a/Source/Core/DiscIO/Src/FileMonitor.cpp +++ b/Source/Core/DiscIO/Src/FileMonitor.cpp @@ -83,6 +83,7 @@ void ReadGC(std::string FileName) if (!DiscIO::IsVolumeWiiDisc(OpenISO) && !DiscIO::IsVolumeWadFile(OpenISO)) { pFileSystem = DiscIO::CreateFileSystem(OpenISO); + if(!pFileSystem) return; pFileSystem->GetFileList(GCFiles); } FileAccess = true; -- cgit v1.2.3