mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 04:02:24 -07:00
Formatting
This commit is contained in:
committed by
Isaac Marovitz
parent
4ec37d1798
commit
1cb2ec7ebc
@@ -8,7 +8,7 @@ using System.Runtime.Versioning;
|
||||
namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
public class Window : IWindow, IDisposable
|
||||
class Window : IWindow, IDisposable
|
||||
{
|
||||
private readonly MetalRenderer _renderer;
|
||||
private readonly CAMetalLayer _metalLayer;
|
||||
|
Reference in New Issue
Block a user