summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/VolumeCreator.cpp
diff options
context:
space:
mode:
authormasken <masken3@gmail.com>2008-08-23 15:28:24 +0000
committermasken <masken3@gmail.com>2008-08-23 15:28:24 +0000
commitae5b59747a4d893775d2b9cc9ad78e9e319f729b (patch)
tree7c0f75c2d8a0f5a38d700c079851043f1b51a8d6 /Source/Core/DiscIO/Src/VolumeCreator.cpp
parent8be70a8ed28dc00ecff3eb091e4745640e288176 (diff)
Turned on Warnings as Errors for all vcprojs. Fixed almost all of the warnings in win32. Added many SVN Ignore settings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@283 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/VolumeCreator.cpp')
-rw-r--r--Source/Core/DiscIO/Src/VolumeCreator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/VolumeCreator.cpp b/Source/Core/DiscIO/Src/VolumeCreator.cpp
index 8c338cca99..68923c6fb7 100644
--- a/Source/Core/DiscIO/Src/VolumeCreator.cpp
+++ b/Source/Core/DiscIO/Src/VolumeCreator.cpp
@@ -134,6 +134,7 @@ IVolume* CreateVolumeFromCryptedWiiImage(IBlobReader& _rReader, u32 _VolumeType)
if (pT == NULL)
{
+ PanicAlert("Can't open WII/masterkey.bin");
return(NULL);
}