Fix Super Mario 3D World

This commit is contained in:
Stossy11 2025-03-09 13:22:18 +11:00
parent 172f364f62
commit 93af19e200
3 changed files with 16 additions and 16 deletions

View file

@ -25,8 +25,8 @@ namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{
_renderer = new SoftwareKeyboardRendererBase(uiTheme);
StartTextBoxBlinker(_textBoxBlinkTimedAction, _state, _stateLock);
StartRenderer(_renderAction, _renderer, _state, _stateLock);
// StartTextBoxBlinker(_textBoxBlinkTimedAction, _state, _stateLock);
// StartRenderer(_renderAction, _renderer, _state, _stateLock);
}
private static void StartTextBoxBlinker(TimedAction timedAction, SoftwareKeyboardUIState state, object stateLock)