mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-02 21:36:25 +02:00
rebase with upstream
This commit is contained in:
parent
a191631975
commit
9566be8c63
25 changed files with 68 additions and 84 deletions
|
@ -37,7 +37,7 @@ namespace LibRyujinx
|
|||
[UnmanagedCallersOnly(EntryPoint = "graphics_initialize")]
|
||||
public static bool InitializeGraphicsNative(GraphicsConfiguration graphicsConfiguration)
|
||||
{
|
||||
if(Ryujinx.Common.SystemInfo.SystemInfo.IsAndroid())
|
||||
if(Ryujinx.Common.PlatformInfo.IsBionic)
|
||||
{
|
||||
Silk.NET.Core.Loader.SearchPathContainer.Platform = Silk.NET.Core.Loader.UnderlyingPlatform.Android;
|
||||
}
|
||||
|
@ -179,7 +179,7 @@ namespace LibRyujinx
|
|||
|
||||
debug_break(1);
|
||||
|
||||
if (Ryujinx.Common.SystemInfo.SystemInfo.IsBionic)
|
||||
if (Ryujinx.Common.PlatformInfo.IsBionic)
|
||||
{
|
||||
setRenderingThread();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue