mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Merge pull request #12160 from AdmiralCurtiss/achievement-log
Common/LogManager: Add logging category for Achievements.
This commit is contained in:
commit
579ccb0710
@ -12,6 +12,7 @@ namespace Common::Log
|
|||||||
{
|
{
|
||||||
enum class LogType : int
|
enum class LogType : int
|
||||||
{
|
{
|
||||||
|
ACHIEVEMENTS,
|
||||||
ACTIONREPLAY,
|
ACTIONREPLAY,
|
||||||
AUDIO,
|
AUDIO,
|
||||||
AUDIO_INTERFACE,
|
AUDIO_INTERFACE,
|
||||||
|
@ -96,6 +96,7 @@ static size_t DeterminePathCutOffPoint()
|
|||||||
LogManager::LogManager()
|
LogManager::LogManager()
|
||||||
{
|
{
|
||||||
// create log containers
|
// create log containers
|
||||||
|
m_log[LogType::ACHIEVEMENTS] = {"RetroAchievements", "Achievements"};
|
||||||
m_log[LogType::ACTIONREPLAY] = {"ActionReplay", "Action Replay"};
|
m_log[LogType::ACTIONREPLAY] = {"ActionReplay", "Action Replay"};
|
||||||
m_log[LogType::AUDIO] = {"Audio", "Audio Emulator"};
|
m_log[LogType::AUDIO] = {"Audio", "Audio Emulator"};
|
||||||
m_log[LogType::AUDIO_INTERFACE] = {"AI", "Audio Interface"};
|
m_log[LogType::AUDIO_INTERFACE] = {"AI", "Audio Interface"};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user