mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-04 18:36:31 -05:00
12 lines
265 B
C++
12 lines
265 B
C++
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
namespace Common {
|
|
|
|
/// Configure platform specific flags for Nvidia's driver
|
|
void ConfigureNvidiaEnvironmentFlags();
|
|
|
|
} // namespace Common
|