mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 14:45:33 +00:00
Don't write found extensions
This commit is contained in:
parent
a224a9e161
commit
1e626abda2
|
@ -62,8 +62,6 @@ class FuncLoader
|
|||
|
||||
if (ret == IntPtr.Zero)
|
||||
Console.WriteLine("[WARNING] Function not found: " + function);
|
||||
else
|
||||
Console.WriteLine("Function found: " + function);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GtkSharp" Version="3.22.24.27" />
|
||||
<PackageReference Include="GtkSharp" Version="3.22.24.*" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GtkSharp" Version="3.22.24.27" />
|
||||
<PackageReference Include="GtkSharp" Version="3.22.24.*" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// VARS
|
||||
|
||||
Settings.Cake = Context;
|
||||
Settings.Version = "3.22.24.27";
|
||||
Settings.Version = "3.22.24.28";
|
||||
Settings.BuildTarget = Argument("BuildTarget", "Default");
|
||||
Settings.Assembly = Argument("Assembly", "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue