mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Revert debugging
This commit is contained in:
parent
76ee4d4a84
commit
22a2863630
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ const Info<bool> GFX_DISABLE_FOG{{System::GFX, "Settings", "DisableFog"}, false}
|
||||||
const Info<bool> GFX_BORDERLESS_FULLSCREEN{{System::GFX, "Settings", "BorderlessFullscreen"},
|
const Info<bool> GFX_BORDERLESS_FULLSCREEN{{System::GFX, "Settings", "BorderlessFullscreen"},
|
||||||
false};
|
false};
|
||||||
const Info<bool> GFX_ENABLE_VALIDATION_LAYER{{System::GFX, "Settings", "EnableValidationLayer"},
|
const Info<bool> GFX_ENABLE_VALIDATION_LAYER{{System::GFX, "Settings", "EnableValidationLayer"},
|
||||||
true};
|
false};
|
||||||
|
|
||||||
const Info<bool> GFX_BACKEND_MULTITHREADING{{System::GFX, "Settings", "BackendMultithreading"},
|
const Info<bool> GFX_BACKEND_MULTITHREADING{{System::GFX, "Settings", "BackendMultithreading"},
|
||||||
true};
|
true};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue