mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
turned off LOG printouts
This commit is contained in:
parent
33665b7c46
commit
3751c3f099
@ -53,7 +53,7 @@
|
||||
// MACROS / CONSTANTS
|
||||
//**************************************************************************
|
||||
|
||||
#define VERBOSE 2
|
||||
#define VERBOSE 0
|
||||
|
||||
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
||||
#if VERBOSE == 2
|
||||
|
Loading…
Reference in New Issue
Block a user