mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-25 07:57:11 +02:00
fix native file logs
This commit is contained in:
parent
5e3b8b4f89
commit
52b8a315e3
4 changed files with 20 additions and 6 deletions
|
@ -10,7 +10,7 @@ namespace LibRyujinx.Sample
|
|||
{
|
||||
internal static class LibRyujinxInterop
|
||||
{
|
||||
private const string dll = "LibRyujinx.Shared.dll";
|
||||
private const string dll = "LibRyujinx.dll";
|
||||
|
||||
[DllImport(dll, EntryPoint = "initialize")]
|
||||
public extern static bool Initialize(IntPtr path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue