mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-18 19:28:36 +00:00
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:
parent
af570b17dc
commit
0e6f7853c9
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user