1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 07:46:26 -05:00

Remove ForceDedicatedGpu, as the driver utilities will now do that.

This commit is contained in:
riperiperi
2021-05-19 19:26:23 +01:00
parent 3f126487ab
commit 778011c12a
2 changed files with 0 additions and 19 deletions

View File

@@ -137,9 +137,6 @@ namespace Ryujinx
// Logging system information.
PrintSystemInfo();
// Force dedicated GPU if we can.
ForceDedicatedGpu.Nvidia();
// Enable OGL multithreading on the driver, when available.
DriverUtilities.ToggleOGLThreading(true);