Merge pull request #12518 from lioncash/pragma

AchievementSettings: Move pragma once out of ifdef
This commit is contained in:
JosJuice 2024-01-23 19:24:38 +01:00 committed by GitHub
commit f2292467ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
// Copyright 2023 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#ifdef USE_RETRO_ACHIEVEMENTS
#pragma once
#ifdef USE_RETRO_ACHIEVEMENTS
#include "Common/Config/Config.h"
namespace Config