mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-02 21:36:25 +02:00
Cleanup LibRyujinx and add more verbose logging
This commit is contained in:
parent
5cc2854312
commit
451e496361
6 changed files with 155 additions and 128 deletions
|
@ -78,7 +78,7 @@ namespace LibRyujinx
|
|||
return InitializeGraphicsRenderer(graphicsBackend, createSurfaceFunc, extensions.ToArray());
|
||||
}
|
||||
|
||||
public static bool InitializeGraphicsRenderer(GraphicsBackend graphicsBackend, CreateSurface createSurfaceFunc, string[] requiredExtensions)
|
||||
public static bool InitializeGraphicsRenderer(GraphicsBackend graphicsBackend, CreateSurface createSurfaceFunc, string?[] requiredExtensions)
|
||||
{
|
||||
if (Renderer != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue