mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Fixed issue with ViGEm::Bus::Core::EmulationTargetPDO::EnqueueWaitDeviceReady not reporting online children
This commit is contained in:
9
sys/Debugging.hpp
Normal file
9
sys/Debugging.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Don't compile in verbose tracing on release builds
|
||||
//
|
||||
#ifndef DBG
|
||||
#ifdef TraceDbg
|
||||
#undef TraceDbg
|
||||
#define TraceDbg(...) { /* nothing to see here :) */ };
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user