mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
Clarify that WiimoteEmu::Spy is intended for debugging purposes
This commit is contained in:
parent
e30f4576c9
commit
7f55d36013
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue