mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Some tidy up of sprintf to StringFromFormat
This commit is contained in:
parent
64e01ec763
commit
ebff7974c3
13 changed files with 64 additions and 111 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue