mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #13808 from LillyJadeKatrin/retroachievements-submodule
Update rcheevos submodule to latest version
This commit is contained in:
@ -215,7 +215,7 @@ void AchievementManager::LoadGame(const DiscIO::Volume* volume)
|
||||
rc_hash_init_custom_filereader(&volume_reader);
|
||||
if (rc_client_get_game_info(m_client))
|
||||
{
|
||||
rc_client_begin_change_media(m_client, "", NULL, 0, ChangeMediaCallback, NULL);
|
||||
rc_client_begin_identify_and_change_media(m_client, "", NULL, 0, ChangeMediaCallback, NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user