summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore
diff options
context:
space:
mode:
authordaco65 <daco65@gmail.com>2009-07-11 20:30:48 +0000
committerdaco65 <daco65@gmail.com>2009-07-11 20:30:48 +0000
commit73516cc8e9bdbfab2d9fe57f66530a3cc46b5460 (patch)
tree8497f392b375b45edaea2cb404aba18b11539f55 /Source/Core/DSPCore
parentc01ded38bd4f109ccb27343dbbd0cb5ee910266c (diff)
just some , useless for emulation , changes that might make it easier for us all :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3752 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore')
-rw-r--r--Source/Core/DSPCore/Src/DSPCore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DSPCore/Src/DSPCore.cpp b/Source/Core/DSPCore/Src/DSPCore.cpp
index 2c58ee251f..a5319e3ce0 100644
--- a/Source/Core/DSPCore/Src/DSPCore.cpp
+++ b/Source/Core/DSPCore/Src/DSPCore.cpp
@@ -59,6 +59,7 @@ static bool LoadRom(const char *fname, int size_in_words, u16 *rom)
return true;
}
+ PanicAlert("Failed to load DSP Rom : %s",fname);
// Always keep ROMs write protected.
WriteProtectMemory(g_dsp.irom, size_in_bytes, false);
return false;