-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
…rt dylib from linux & windows, pack native libraries into Ryujinx executable.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution | |
ProjectSection(SolutionItems) = preProject | ||
.editorconfig = .editorconfig | ||
Directory.Packages.props = Directory.Packages.props | ||
Release Script = .github/workflows/release.yml | ||
Build Script = .github/workflows/build.yml | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
GreemDev
Author
Owner
|
||
EndProjectSection | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ryujinx.Memory", "src\Ryujinx.Memory\Ryujinx.Memory.csproj", "{A5E6C691-9E22-4263-8F40-42F002CE66BE}" | ||
|
5 comments
on commit 4a677de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pack native libraries into Ryujinx executable creates a problem under batocera I can no longer replace libSDL2.so which is necessary for my steamdeck :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libSDL2.so from ryujinx
breaks batocera configgen on steamdeck (i lose mouse, pad button and hotkey from emulationstation). I have to use another version of libSDL2.so and everything is ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any solution ? I have try LD_LIBRARY path and LD_PRELOAD but without success.
Last release i can use is the 1.2.67
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the benefit of the compiling in the native libraries? It makes the start-up time take longer, since unlike managed assemblies, they are extracted to a temporary location before execution is started.
These lines cause an error dialog when opening the solution in VS2022 on Windows.
I fixed this locally by changing it to