Skip to content

Commit c9926e2

Browse files
committed
allign with libpinmame
1 parent d287ae7 commit c9926e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/DMDUtil/Config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
typedef enum
1616
{
17-
DMDUtil_LogLevel_DEBUG,
18-
DMDUtil_LogLevel_INFO,
19-
DMDUtil_LogLevel_ERROR,
17+
DMDUtil_LogLevel_DEBUG = 0,
18+
DMDUtil_LogLevel_INFO = 1,
19+
DMDUtil_LogLevel_ERROR = 2
2020
} DMDUtil_LogLevel;
2121

2222
typedef void(DMDUTILCALLBACK* DMDUtil_LogCallback)(DMDUtil_LogLevel logLevel, const char* format, va_list args);

0 commit comments

Comments
 (0)