0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-09 15:51:59 +00:00

I may be stu-- nah. I am here. I am stupid for this one.

This commit is contained in:
Evan Husted 2024-12-27 00:00:29 -06:00
parent c73b5bdf46
commit 9df1366fa1

View file

@ -25,6 +25,6 @@ namespace Ryujinx.Graphics.Metal.SharpMetalExtensions
=> ObjectiveCRuntime.IntPtr_objc_msgSend(metalLayer.NativePtr, sel_developerHUDProperties);
public static void SetDeveloperHudProperties(this CAMetalLayer metalLayer, nint dictionaryPointer)
=> ObjectiveCRuntime.objc_msgSend(metalLayer.NativePtr, sel_setDisplaySyncEnabled, dictionaryPointer);
=> ObjectiveCRuntime.objc_msgSend(metalLayer.NativePtr, sel_setDeveloperHUDProperties, dictionaryPointer);
}
}