Unnecessary PanicAlert removal
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2156 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c8526c7be1
commit
a85f92c8d1
|
@ -57,8 +57,8 @@ void CUCode_Zelda::Update()
|
|||
|
||||
void CUCode_Zelda::HandleMail(u32 _uMail)
|
||||
{
|
||||
PanicAlert("Zelda mail 0x%08X, list in progress? %s", _uMail,
|
||||
m_bListInProgress ? "Yes" : "No");
|
||||
//PanicAlert("Zelda mail 0x%08X, list in progress? %s", _uMail,
|
||||
// m_bListInProgress ? "Yes" : "No");
|
||||
// SetupTable
|
||||
// in WW we get SetDolbyDelay
|
||||
// SyncFrame
|
||||
|
|
Loading…
Reference in New Issue