mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Make ENABLE_ANALYTICS=0 do something
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user