nvidia_flags.h 284 B

123456789101112
  1. // Copyright 2021 yuzu Emulator Project
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. namespace Common {
  6. /// Configure platform specific flags for Nvidia's driver
  7. void ConfigureNvidiaEnvironmentFlags();
  8. } // namespace Common