mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 10:57:12 +02:00
chore: Remove duplicate VSyncMode enum in GAL
This commit is contained in:
parent
9df1366fa1
commit
0733b7d0a1
9 changed files with 14 additions and 11 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -10,7 +10,6 @@ using System.Collections.Generic;
|
|||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using VSyncMode = Ryujinx.Common.Configuration.VSyncMode;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue