Common/LogManager: Add logging category for Achievements.

This commit is contained in:
Admiral H. Curtiss 2023-09-04 05:14:13 +02:00
commit 911c469cf5
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
2 changed files with 2 additions and 0 deletions

View file

@ -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"};