Rewrite the menu Code, Add Metal HUD to advanced options and more

This commit is contained in:
Stossy11 2025-03-13 09:05:21 +11:00
parent 93af19e200
commit a6b4f2d91f
28 changed files with 827 additions and 668 deletions

View file

@ -44,7 +44,7 @@ namespace Ryujinx.HLE
MemoryAllocationFlags memoryAllocationFlags = configuration.MemoryManagerMode == MemoryManagerMode.SoftwarePageTable
? MemoryAllocationFlags.Reserve
: MemoryAllocationFlags.Reserve | MemoryAllocationFlags.Mirrorable;
: MemoryAllocationFlags.Reserve; // | MemoryAllocationFlags.Mirrorable;
#pragma warning disable IDE0055 // Disable formatting
AudioDeviceDriver = AddAudioCompatLayers(Configuration.AudioDeviceDriver);