yuzu-fork/src/core/frontend/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
..
profile_select.cpp frontend: Add frontend applet for ProfileSelect 2018-12-03 17:26:26 -05:00
profile_select.h frontend: Add frontend applet for ProfileSelect 2018-12-03 17:26:26 -05:00
software_keyboard.cpp applet: Add operation completed callback 2018-11-18 10:53:47 -05:00
software_keyboard.h applet: Add operation completed callback 2018-11-18 10:53:47 -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 core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00