From f92beb611f5e7effc9d1b8a90fbd4004233945ff Mon Sep 17 00:00:00 2001 From: iwubcode Date: Sat, 12 Mar 2022 15:30:50 -0600 Subject: VideoCommon: add game mod constants --- Source/Core/VideoCommon/GraphicsModSystem/Constants.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Source/Core/VideoCommon/GraphicsModSystem/Constants.h (limited to 'Source/Core/VideoCommon/GraphicsModSystem') diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Constants.h b/Source/Core/VideoCommon/GraphicsModSystem/Constants.h new file mode 100644 index 0000000000..5c73c3e962 --- /dev/null +++ b/Source/Core/VideoCommon/GraphicsModSystem/Constants.h @@ -0,0 +1,11 @@ +// Copyright 2022 Dolphin Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include + +#include "Common/CommonPaths.h" + +static const inline std::string DOLPHIN_SYSTEM_GRAPHICS_MOD_DIR = + LOAD_DIR DIR_SEP GRAPHICSMOD_DIR DIR_SEP; -- cgit v1.2.3