fix native file logs

This commit is contained in:
Emmanuel Hansen 2023-07-08 12:46:23 +00:00
parent 6262bd1730
commit 4eb8e27517
4 changed files with 20 additions and 6 deletions

View file

@ -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);