Common/LogManager: Add logging category for Achievements.

This commit is contained in:
Admiral H. Curtiss
2023-09-04 05:14:13 +02:00
parent 57e56f4bc2
commit 911c469cf5
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ namespace Common::Log
{
enum class LogType : int
{
ACHIEVEMENTS,
ACTIONREPLAY,
AUDIO,
AUDIO_INTERFACE,