mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-19 22:42:54 +00:00
Structural and Memory Safety Improvements, Analyzer Cleanup (ryubing/ryujinx!47)
See merge request ryubing/ryujinx!47
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Ryujinx.Graphics.GAL
|
||||
|
||||
public override bool Equals(object obj)
|
||||
{
|
||||
return obj is TextureCreateInfo info && this.Equals(info);
|
||||
return obj is TextureCreateInfo info && Equals(info);
|
||||
}
|
||||
|
||||
public static bool operator ==(TextureCreateInfo left, TextureCreateInfo right)
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public enum ViewportSwizzle
|
||||
|
||||
Reference in New Issue
Block a user