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 |
|
Andrey Sukharev
|
edf7e628ca
|
Use method overloads that support trimming. Mark some types to be trimming friendly (#4083)
* Use method overloads that support trimming. Mark some types to be trimming friendly
* Use generic version of marshalling method
|
2022-12-12 15:10:05 +01:00 |
|
Nicholas Rodine
|
951700fdd8
|
Removed unused usings. (#3593)
* Removed unused usings.
* Added back using, now that it's used.
* Removed extra whitespace.
|
2022-08-18 18:04:54 +02:00 |
|
edisionnano
|
5c3112aaeb
|
Convert the bool to a lowercase string (#3080)
mesa_glthread doesn't accept PascalCase input
|
2022-02-06 12:52:39 -03:00 |
|
riperiperi
|
3f126487ab
|
Data should not be public for nvapi unicode string
|
2021-04-18 17:34:01 +01:00 |
|
riperiperi
|
d6547abebf
|
Use IntPtr for handles, remove unsafe keyword
|
2021-04-18 17:34:00 +01:00 |
|
riperiperi
|
1239c82d2f
|
Forcibly enable threaded optimization on boot.
|
2021-04-18 17:34:00 +01:00 |
|