mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Some tidy up of sprintf to StringFromFormat
This commit is contained in:
@ -77,6 +77,8 @@ enum LOG_LEVELS
|
||||
LDEBUG = DEBUG_LEVEL,
|
||||
};
|
||||
|
||||
static const char LOG_LEVEL_TO_CHAR[7] = "-NEWID";
|
||||
|
||||
#define LOGTYPES_LEVELS LogTypes::LOG_LEVELS
|
||||
#define LOGTYPES_TYPE LogTypes::LOG_TYPE
|
||||
|
||||
|
Reference in New Issue
Block a user