mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
Remove old, unused CPU optimization (#1586)
This commit is contained in:
@@ -4,8 +4,6 @@ namespace ARMeilleure
|
||||
{
|
||||
public static class Optimizations
|
||||
{
|
||||
public static bool AssumeStrictAbiCompliance { get; set; } = true;
|
||||
|
||||
public static bool FastFP { get; set; } = true;
|
||||
|
||||
public static bool UseSseIfAvailable { get; set; } = true;
|
||||
|
Reference in New Issue
Block a user