yuzu-fork/src/core/frontend
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 core/frontend/applets/web_browser: Make OpenPage() non-const 2019-01-17 11:19:52 -05:00
emu_window.cpp core: Namespace EmuWindow 2018-08-11 20:20:21 -04:00
emu_window.h emu_window: Ensure WindowConfig members are always initialized 2018-08-14 19:36:43 -04:00
framebuffer_layout.cpp yuzu, video_core: Screenshot functionality 2018-12-18 22:54:41 +01:00
framebuffer_layout.h yuzu, video_core: Screenshot functionality 2018-12-18 22:54:41 +01:00
input.h settings: Add Native type for mouse buttons 2018-11-18 23:21:33 -05:00