mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Common/LogManager: Add logging category for Achievements.
This commit is contained in:
@ -96,6 +96,7 @@ static size_t DeterminePathCutOffPoint()
|
||||
LogManager::LogManager()
|
||||
{
|
||||
// create log containers
|
||||
m_log[LogType::ACHIEVEMENTS] = {"RetroAchievements", "Achievements"};
|
||||
m_log[LogType::ACTIONREPLAY] = {"ActionReplay", "Action Replay"};
|
||||
m_log[LogType::AUDIO] = {"Audio", "Audio Emulator"};
|
||||
m_log[LogType::AUDIO_INTERFACE] = {"AI", "Audio Interface"};
|
||||
|
Reference in New Issue
Block a user