VideoCommon: add game mod constants

This commit is contained in:
iwubcode
2022-03-12 15:30:50 -06:00
parent 3857e1fa66
commit f92beb611f
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,11 @@
// Copyright 2022 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <string>
#include "Common/CommonPaths.h"
static const inline std::string DOLPHIN_SYSTEM_GRAPHICS_MOD_DIR =
LOAD_DIR DIR_SEP GRAPHICSMOD_DIR DIR_SEP;