I love my call stack

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1367 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-12-01 10:31:03 +00:00
parent af570b17dc
commit 0e6f7853c9

View File

@ -211,7 +211,7 @@ IWII_IPC_HLE_Device* CreateDevice(u32 _DeviceID, const std::string& _rDeviceName
// ----------------
bool AckCommand(u32 _Address)
{
// Debugger::PrintCallstack(LogTypes::WII_IPC_HLE);
Debugger::PrintCallstack(LogTypes::WII_IPC_HLE);
LOG(WII_IPC_HLE, "AckCommand: 0%08x", _Address);
std::list<u32>::iterator itr = g_Ack.begin();