mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-13 23:46:28 +02:00
misc: Remove GAL/Configuration duplicate enums
This commit is contained in:
parent
12b264af44
commit
09107b67ff
13 changed files with 19 additions and 48 deletions
|
@ -35,6 +35,8 @@ namespace Ryujinx.Common.Configuration
|
|||
#pragma warning restore IDE0055
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static float ToFloatY(this AspectRatio aspectRatio)
|
||||
{
|
||||
|
|
|
@ -9,5 +9,6 @@ namespace Ryujinx.Common.Configuration
|
|||
Bilinear,
|
||||
Nearest,
|
||||
Fsr,
|
||||
Area,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue