yuzu-mainline/src/core/hle/service/am
FearlessTobi 977418c65b core/web_browser: Allow WebApplet to exit gracefully when an error occurs
Currently, yuzu just freezes when an error occurs while Initializing the WebApplet.
From a user perspective, this obviously isn't great as the game just softlocks.
With this change, yuzu will call the Finalize method, so to the game it seems like as the user just exited the WebApplet normally.

This works around https://github.com/yuzu-emu/yuzu/issues/2852.
2020-03-22 16:01:13 +01:00
..
applets core/web_browser: Allow WebApplet to exit gracefully when an error occurs 2020-03-22 16:01:13 +01:00
am.cpp AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) 2020-02-27 17:49:23 +01:00
am.h AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) 2020-02-27 17:49:23 +01:00
applet_ae.cpp configure_debug: Move reporting option to logging 2019-09-21 18:43:20 -04:00
applet_ae.h am: Implement ISelfController Exit 2019-09-21 22:25:18 -04:00
applet_oe.cpp configure_debug: Move reporting option to logging 2019-09-21 18:43:20 -04:00
applet_oe.h am: Implement ISelfController Exit 2019-09-21 22:25:18 -04:00
idle.cpp service: Update function tables 2019-11-12 10:32:56 -05:00
idle.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
omm.cpp service: Update function tables 2019-11-12 10:32:56 -05:00
omm.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
spsm.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
spsm.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
tcap.cpp am: Add the basic skeleton for the tcap service 2018-10-21 16:50:17 -04:00
tcap.h am: Add the basic skeleton for the tcap service 2018-10-21 16:50:17 -04:00