mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-08 18:24:05 -05:00
12 lines
265 B
C++
Executable File
12 lines
265 B
C++
Executable File
// 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
|