mirror of
https://github.com/holub/mame
synced 2025-05-31 01:51:46 +03:00
turned off logging
This commit is contained in:
parent
09f2e37a16
commit
9254c8d3cf
@ -76,7 +76,7 @@ TODO:
|
|||||||
// MACROS / CONSTANTS
|
// MACROS / CONSTANTS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
|
||||||
#define VERBOSE 2
|
#define VERBOSE 0
|
||||||
|
|
||||||
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
|
||||||
#if VERBOSE == 2
|
#if VERBOSE == 2
|
||||||
|
Loading…
Reference in New Issue
Block a user