Skip to content

Commit a202df9

Browse files
committed
debug pup triggers with efects
1 parent af644dd commit a202df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ppuc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2815,7 +2815,7 @@ int main(int argc, char** argv)
28152815
if (opt_pup_triggers)
28162816
{
28172817
pPUPTriggerEngine = std::make_unique<PUPTriggerEngine>();
2818-
pPUPTriggerEngine->SetDebug(opt_debug);
2818+
pPUPTriggerEngine->SetDebug(opt_debug || opt_debug_effects);
28192819
pPUPTriggerEngine->SetTriggerCallback(
28202820
[](const char source, const uint16_t id, const uint8_t value)
28212821
{

0 commit comments

Comments
 (0)