[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:
@@ -14,7 +14,7 @@
|
|||||||
#include "xenia/kernel/util/shim_utils.h"
|
#include "xenia/kernel/util/shim_utils.h"
|
||||||
#include "xenia/ui/imgui_notification.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");
|
"Show achievement notification on screen.", "UI");
|
||||||
|
|
||||||
DECLARE_int32(user_language);
|
DECLARE_int32(user_language);
|
||||||
|
|||||||
Reference in New Issue
Block a user