mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-06 23:36:26 +02:00
add bionic nativeaot support
This commit is contained in:
parent
ad0f9a7fc7
commit
4d06f19fe7
45 changed files with 2046 additions and 27 deletions
12
src/LibRyujinx/Jni/Values/JNativeMethod.cs
Normal file
12
src/LibRyujinx/Jni/Values/JNativeMethod.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using LibRyujinx.Jni.Pointers;
|
||||
using System;
|
||||
|
||||
namespace LibRyujinx.Jni.Values
|
||||
{
|
||||
public readonly struct JNativeMethod
|
||||
{
|
||||
internal CCharSequence Name { get; init; }
|
||||
internal CCharSequence Signature { get; init; }
|
||||
internal IntPtr Pointer { get; init; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue