mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Merge pull request #551 from JoakimLarsson/stopPIAspam
Stop PIA from spamming debug console by default
This commit is contained in:
commit
96f39e1aa3
@ -14,7 +14,7 @@
|
||||
// MACROS
|
||||
//**************************************************************************
|
||||
|
||||
#define VERBOSE 1
|
||||
#define VERBOSE 0
|
||||
|
||||
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user