Skip to content

Commit

Permalink
rcheevos: disable achievements in naomi slaves
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Oct 29, 2024
1 parent f3a64e5 commit 742090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/achievements/achievements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ void Achievements::pauseGame() {
void Achievements::resumeGame()
{
paused = false;
if (config::EnableAchievements)
if (config::EnableAchievements && !settings.naomi.slave)
{
loadGame();
if (settings.raHardcoreMode && !config::AchievementsHardcoreMode)
Expand Down

0 comments on commit 742090b

Please sign in to comment.