chore: classify 'browser' applet

This commit is contained in:
Jacobwasbeast 2025-02-12 12:40:57 -06:00
parent da678d3438
commit 24c427ce01

View File

@ -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;