mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 21:57:44 +02:00
I may be stu-- nah. I am here. I am stupid for this one.
This commit is contained in:
parent
c73b5bdf46
commit
9df1366fa1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue