yuzu/src/core/hle/service/am/applets
Lioncash a661025637 core/frontend/applets/web_browser: Make OpenPage() non-const
This is a function that definitely doesn't always have a non-modifying
behavior across all implementations, so this should be made non-const.

This gets rid of the need to mark data members as mutable to work around
the fact mutating data members needs to occur.
2019-01-17 11:19:52 -05:00
..
applets.cpp core/kernel: Remove unnecessary inclusions 2018-12-31 19:04:16 -05:00
applets.h core/kernel: Remove unnecessary inclusions 2018-12-31 19:04:16 -05:00
profile_select.cpp core: Add getter and setter for WebBrowserApplet frontend 2018-12-28 15:32:39 -05:00
profile_select.h applets: Correct event ResetTypes from OneShot to Sticky 2018-12-03 17:27:40 -05:00
software_keyboard.cpp applets: Correct usage of SignalStateChanged event 2018-12-09 19:46:15 -05:00
software_keyboard.h am/applets: Make the applet data broker part of the applet itself. 2018-11-20 12:36:33 -05:00
stub_applet.cpp am: Return StubApplet instead of nullptr when AppletId not found 2018-11-22 15:58:11 -05:00
stub_applet.h am: Return StubApplet instead of nullptr when AppletId not found 2018-11-22 15:58:11 -05:00
web_browser.cpp core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
web_browser.h applets: Implement LibAppletOff (Web) applet 2018-12-28 15:32:39 -05:00