Skip to content

Commit

Permalink
Merge pull request #662 from lioncash/log-comment
Browse files Browse the repository at this point in the history
Clarify that WiimoteEmu::Spy is intended for debugging purposes
  • Loading branch information
lioncash committed Jul 25, 2014
2 parents 4745af5 + 7f55d36 commit 4189703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/HW/WiimoteEmu/EmuSubroutines.cpp
Expand Up @@ -33,6 +33,7 @@ namespace WiimoteEmu

void Spy(Wiimote* wm_, const void* data_, size_t size_)
{
// Enable for logging and debugging purposes.
#if 0
// enable log
bool logCom = true;
Expand Down

0 comments on commit 4189703

Please sign in to comment.