mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 20:57:47 +02:00
Change shader cache init wait method (#6131)
* Change shader cache init wait method * Make field readonly
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using ARMeilleure.Translation;
|
||||
using Gtk;
|
||||
using LibHac.Common;
|
||||
using LibHac.Common.Keys;
|
||||
@@ -931,8 +930,6 @@ namespace Ryujinx.Ui
|
||||
|
||||
_deviceExitStatus.Reset();
|
||||
|
||||
Translator.IsReadyForTranslation.Reset();
|
||||
|
||||
Thread windowThread = new(CreateGameWindow)
|
||||
{
|
||||
Name = "GUI.WindowThread",
|
||||
|
Reference in New Issue
Block a user