mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 00:35:27 +00:00
Disable not found function printing (closes #18)
This commit is contained in:
parent
b39665f81a
commit
b93654e39d
|
@ -85,9 +85,6 @@ class FuncLoader
|
|||
else
|
||||
ret = Linux.dlsym(library, function);
|
||||
|
||||
if (ret == IntPtr.Zero)
|
||||
Console.WriteLine("[WARNING] Function not found: " + function);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue