[UI] Disable achievements notifications from default to prevent ingame spam

Seems like a lot of titles like to spam this randomly and do not track internally if
achievement was unlocked or not.
This commit is contained in:
Gliniak 2023-04-23 10:55:49 +02:00
parent fecd1e6a40
commit caddaa509a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include "xenia/kernel/util/shim_utils.h"
#include "xenia/ui/imgui_notification.h"
DEFINE_bool(show_achievement_notification, true,
DEFINE_bool(show_achievement_notification, false,
"Show achievement notification on screen.", "UI");
DECLARE_int32(user_language);