mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Use Dynamic last Log Type
This commit is contained in:
@ -68,6 +68,9 @@ enum class LogType : int
|
||||
NUMBER_OF_LOGS // Must be last
|
||||
};
|
||||
|
||||
constexpr LogType LAST_LOG_TYPE =
|
||||
static_cast<LogType>(static_cast<int>(LogType::NUMBER_OF_LOGS) - 1);
|
||||
|
||||
enum class LogLevel : int
|
||||
{
|
||||
LNOTICE = 1, // VERY important information that is NOT errors. Like startup and OSReports.
|
||||
|
Reference in New Issue
Block a user