mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Android: Track whether app is in foreground
This commit is contained in:

committed by
LillyJadeKatrin

parent
c536754ffe
commit
01b44837f4
@ -158,6 +158,10 @@ bool AchievementManager::IsGameLoaded() const
|
||||
return game_info && game_info->id != 0;
|
||||
}
|
||||
|
||||
void AchievementManager::SetBackgroundExecutionAllowed(bool allowed)
|
||||
{
|
||||
}
|
||||
|
||||
void AchievementManager::FetchPlayerBadge()
|
||||
{
|
||||
FetchBadge(&m_player_badge, RC_IMAGE_TYPE_USER,
|
||||
|
Reference in New Issue
Block a user