Ryujinx/Ryujinx.Ava
Isaac Marovitz 0fbcd630bc
Replace DllImport usage with LibraryImport (#4084)
* Replace usage of `DllImport` with `LibraryImport`

* Mark methods as `partial`

* Marshalling

* More `partial` & marshalling

* More `partial` and marshalling

* More partial and marshalling

* Update GdiPlusHelper to LibraryImport

* Unicorn

* More Partial

* Marshal

* Specify EntryPoint

* Specify EntryPoint

* Change GlobalMemoryStatusEx to LibraryImport

* Change RegisterClassEx to LibraryImport

* Define EntryPoints

* Update Ryujinx.Ava/Ui/Controls/Win32NativeInterop.cs

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

* Update Ryujinx.Graphics.Nvdec.FFmpeg/Native/FFmpegApi.cs

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

* Move return mashal

* Remove calling convention specification

* Remove calling conventions

* Update Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

* Update Ryujinx/Modules/Updater/Updater.cs

Co-authored-by: Mary-nyan <thog@protonmail.com>

* Update Ryujinx.Ava/Modules/Updater/Updater.cs

Co-authored-by: Mary-nyan <thog@protonmail.com>

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
Co-authored-by: Mary-nyan <thog@protonmail.com>
2022-12-15 18:07:31 +01:00
..
Assets Fix "UI" abbreviation being miscapitalized (#4093) 2022-12-12 15:11:55 +01:00
Common Avalonia - Save Manager (#3476) 2022-12-02 13:16:43 +00:00
Helper Replace DllImport usage with LibraryImport (#4084) 2022-12-15 18:07:31 +01:00
Input Use method overloads that support trimming. Mark some types to be trimming friendly (#4083) 2022-12-12 15:10:05 +01:00
Modules/Updater misc: Some fixes to the updaters (#4092) 2022-12-12 15:17:22 +01:00
Ui Replace DllImport usage with LibraryImport (#4084) 2022-12-15 18:07:31 +01:00
App.axaml UI: Some Avalonia cleanup (#3358) 2022-06-23 15:59:02 -03:00
App.axaml.cs Ryujinx.Ava: Add missing redefinition of app name (#3890) 2022-11-24 14:52:39 +01:00
AppHost.cs Replace DllImport usage with LibraryImport (#4084) 2022-12-15 18:07:31 +01:00
Program.cs Replace DllImport usage with LibraryImport (#4084) 2022-12-15 18:07:31 +01:00
Ryujinx.Ava.csproj Use NuGet Central Package Management to manage package versions solution-wise (#4095) 2022-12-12 16:03:10 +01:00
Ryujinx.ico Avalonia UI - Part 1 (#3270) 2022-05-15 13:30:15 +02:00