mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
12 lines
267 B
C
12 lines
267 B
C
|
// 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;
|