Merge pull request #13159 from liamwhite/web-error
core: enable error applet, add stubs for web applet
This commit is contained in:
commit
67120d9623
20 changed files with 494 additions and 45 deletions
|
@ -140,7 +140,7 @@ struct Values {
|
|||
Category::LibraryApplet};
|
||||
Setting<AppletMode> data_erase_applet_mode{linkage, AppletMode::HLE, "data_erase_applet_mode",
|
||||
Category::LibraryApplet};
|
||||
Setting<AppletMode> error_applet_mode{linkage, AppletMode::HLE, "error_applet_mode",
|
||||
Setting<AppletMode> error_applet_mode{linkage, AppletMode::LLE, "error_applet_mode",
|
||||
Category::LibraryApplet};
|
||||
Setting<AppletMode> net_connect_applet_mode{linkage, AppletMode::HLE, "net_connect_applet_mode",
|
||||
Category::LibraryApplet};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue