rebase with upstream

This commit is contained in:
Emmanuel Hansen 2023-11-11 20:06:56 +00:00
parent a191631975
commit 9566be8c63
25 changed files with 68 additions and 84 deletions

View file

@ -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();
}