dotnet format fixes

This commit is contained in:
MutantAura 2024-04-11 18:11:41 +01:00
parent 965ee0d016
commit 190791a1c9

View file

@ -8,7 +8,7 @@ namespace Ryujinx.Common.GraphicsDriver
{
public static void ToggleNvDriverSetting(NvapiSettingId id, bool enabled)
{
try
try
{
if (id == NvapiSettingId.OglThreadControlId)
{