mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-30 04:16:25 +02:00
Rewrite the menu Code, Add Metal HUD to advanced options and more
This commit is contained in:
parent
93af19e200
commit
a6b4f2d91f
28 changed files with 827 additions and 668 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue