summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/NANDContentLoader.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-11-23 08:05:54 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-11-23 08:05:54 +0000
commit66b80131d6048db5c49d7b247aec47c0304a3de8 (patch)
tree506e5f90b5fe5c2e14cf2f917512f991b1180896 /Source/Core/DiscIO/Src/NANDContentLoader.cpp
parent425ee74c7654810a2f15e85f9f66876699ac7a28 (diff)
wxMenu objects are now deleted by wxwidgets - should fix a few GUI-related crashes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4602 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/NANDContentLoader.cpp')
-rw-r--r--Source/Core/DiscIO/Src/NANDContentLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.cpp b/Source/Core/DiscIO/Src/NANDContentLoader.cpp
index 1d6c9e7746..1fa3b57465 100644
--- a/Source/Core/DiscIO/Src/NANDContentLoader.cpp
+++ b/Source/Core/DiscIO/Src/NANDContentLoader.cpp
@@ -164,7 +164,7 @@ CNANDContentLoader::CNANDContentLoader(const std::string& _rName)
}
else
{
- _dbg_assert_msg_(BOOT, 0, "CNANDContentLoader loads neither folder nor file");
+// _dbg_assert_msg_(BOOT, 0, "CNANDContentLoader loads neither folder nor file");
}
}