Ryujinx-GtkSharp/Source
Andrii Kurdiumov 0b3795eb87
Disable loading of additional assemblies in AOT context (#314)
* Disable loading of additional assemblies in AOT context

AOT does not supports `Assembly.Load` and `Assembly.GetReferencedAssemblies()` when running AOT.
I opt-out of code which try to find type. In AOT context this means that you rely on dynamic type loading and you have issues anyway.

* Fix compilation errors
2022-01-26 17:52:54 +01:00
..
Addins/MonoDevelop.GtkSharp.Addin MonoDevelop.GtkSharp.Addin.csproj: adjust TargetFramework to net471 & adjust MonoDevelop.Addins to version 0.4.7 2021-01-08 21:45:28 +01:00
Libs Disable loading of additional assemblies in AOT context (#314) 2022-01-26 17:52:54 +01:00
OldStuff Update based on PR feedback 2021-07-21 00:24:49 +06:00
Samples Fixed containers child properties 2022-01-25 19:41:30 +01:00
Templates Update to .NET 6 (#315) 2022-01-25 19:24:27 +01:00
Tools Use Marshal.GetFunctionPointerForDelegate<T> (#301) 2022-01-25 19:46:06 +01:00
GtkSharp.sln Fixed sample for ListStore spinner 2022-01-25 19:41:09 +01:00