diff --git a/src/Ryujinx/UI/Applet/AvaHostUIHandler.cs b/src/Ryujinx/UI/Applet/AvaHostUIHandler.cs index b733c7912..2617d9e29 100644 --- a/src/Ryujinx/UI/Applet/AvaHostUIHandler.cs +++ b/src/Ryujinx/UI/Applet/AvaHostUIHandler.cs @@ -339,6 +339,10 @@ namespace Ryujinx.Ava.UI.Applet case RealAppletId.LibraryAppletSwkbd: return softwareKeyboardReal; case RealAppletId.LibraryAppletWeb: + case RealAppletId.LibraryAppletOfflineWeb: + case RealAppletId.LibraryAppletOfflineWebFw17: + case RealAppletId.LibraryAppletOfflineWeb2Fw17: + case RealAppletId.LibraryAppletWifiWebAuth: return browserReal; case RealAppletId.LibraryAppletController: return controllerReal;