Merge pull request #14177 from JoshuaVandaele/retro-tests-off

Disable PatchAllowlistTest if USE_RETRO_ACHIEVEMENTS is OFF
This commit is contained in:
JosJuice 2025-11-27 19:58:22 +01:00 committed by GitHub
commit 2e0b91c627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
// Copyright 2024 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#ifdef USE_RETRO_ACHIEVEMENTS
#include <array>
#include <map>
#include <string>
@ -191,3 +193,5 @@ void ReadVerified(const Common::IniFile& ini, const std::string& filename,
}
}
}
#endif // USE_RETRO_ACHIEVEMENTS