mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-12 05:39:11 +00:00
Fix formatting
This commit is contained in:
parent
289a2f17c6
commit
5ff31ce4ad
2 changed files with 5 additions and 5 deletions
|
@ -224,8 +224,8 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
get => _isSpirVAvailable;
|
||||
set
|
||||
{
|
||||
_isSpirVAvailable = value;
|
||||
OnPropertyChanged();
|
||||
_isSpirVAvailable = value;
|
||||
OnPropertyChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@ using OpenTK.Graphics.OpenGL;
|
|||
using Ryujinx.Common.Configuration;
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.Graphics.GAL;
|
||||
using Ryujinx.Graphics.Gpu;
|
||||
using Ryujinx.Graphics.OpenGL.Image;
|
||||
using Ryujinx.Graphics.OpenGL.Queries;
|
||||
using Ryujinx.Graphics.Shader.Translation;
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Ryujinx.Graphics.Gpu;
|
||||
|
||||
namespace Ryujinx.Graphics.OpenGL
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue