mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: add game mod constants
This commit is contained in:
11
Source/Core/VideoCommon/GraphicsModSystem/Constants.h
Normal file
11
Source/Core/VideoCommon/GraphicsModSystem/Constants.h
Normal 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;
|
Reference in New Issue
Block a user