mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Merge pull request #662 from lioncash/log-comment
Clarify that WiimoteEmu::Spy is intended for debugging purposes
This commit is contained in:
commit
4189703b40
@ -33,6 +33,7 @@ namespace WiimoteEmu
|
|||||||
|
|
||||||
void Spy(Wiimote* wm_, const void* data_, size_t size_)
|
void Spy(Wiimote* wm_, const void* data_, size_t size_)
|
||||||
{
|
{
|
||||||
|
// Enable for logging and debugging purposes.
|
||||||
#if 0
|
#if 0
|
||||||
// enable log
|
// enable log
|
||||||
bool logCom = true;
|
bool logCom = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user