chore: Remove duplicate VSyncMode enum in GAL

This commit is contained in:
Evan Husted
2024-12-27 00:38:12 -06:00
parent 9df1366fa1
commit 0733b7d0a1
9 changed files with 14 additions and 11 deletions

View File

@ -9,7 +9,6 @@ using Ryujinx.HLE.HOS.Services.Account.Acc;
using Ryujinx.HLE.HOS.SystemState;
using Ryujinx.HLE.UI;
using System;
using VSyncMode = Ryujinx.Common.Configuration.VSyncMode;
namespace Ryujinx.HLE
{