Просмотр исходного кода

Update GLWidget to 1.0.2 (#1191)

This should fix OpenGL context creation on OSX (using Cocoa).

NOTE: As macOS doesn't support OpenGL 4.3, the emulator will probably not work but this fix the hardcrash when starting any games.
Thog 6 лет назад
Родитель
Сommit
12399b8aea
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Ryujinx/Ryujinx.csproj

+ 1 - 1
Ryujinx/Ryujinx.csproj

@@ -79,7 +79,7 @@
 
   <ItemGroup>
     <PackageReference Include="DiscordRichPresence" Version="1.0.150" />
-    <PackageReference Include="GLWidget" Version="1.0.1" />
+    <PackageReference Include="GLWidget" Version="1.0.2" />
     <PackageReference Include="GtkSharp" Version="3.22.25.56" />
     <PackageReference Include="GtkSharp.Dependencies" Version="1.1.0" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" />
     <PackageReference Include="OpenTK.NetStandard" Version="1.0.5.12" />