mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Make ENABLE_ANALYTICS=0 do something
This commit is contained in:
parent
e53969b6f2
commit
366aeeb488
4 changed files with 20 additions and 0 deletions
|
@ -207,6 +207,7 @@ void DolphinApp::AfterInit()
|
|||
if (!m_batch_mode)
|
||||
main_frame->UpdateGameList();
|
||||
|
||||
#if defined(USE_ANALYTICS) && USE_ANALYTICS
|
||||
if (!SConfig::GetInstance().m_analytics_permission_asked)
|
||||
{
|
||||
int answer =
|
||||
|
@ -229,6 +230,7 @@ void DolphinApp::AfterInit()
|
|||
|
||||
DolphinAnalytics::Instance()->ReloadConfig();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (m_confirm_stop)
|
||||
SConfig::GetInstance().bConfirmStop = m_confirm_setting;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue