misc: Remove GAL/Configuration duplicate enums

This commit is contained in:
Evan Husted 2024-12-28 05:08:21 -06:00
parent 12b264af44
commit 09107b67ff
13 changed files with 19 additions and 48 deletions

View file

@ -35,6 +35,8 @@ namespace Ryujinx.Common.Configuration
#pragma warning restore IDE0055
};
}
public static float ToFloatY(this AspectRatio aspectRatio)
{

View file

@ -9,5 +9,6 @@ namespace Ryujinx.Common.Configuration
Bilinear,
Nearest,
Fsr,
Area,
}
}